Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Bowtie2 to address #476

Merged
merged 11 commits into from
Jun 23, 2020
Merged

Adds Bowtie2 to address #476

merged 11 commits into from
Jun 23, 2020

Conversation

jfy133
Copy link
Member

@jfy133 jfy133 commented Jun 23, 2020

nf-core/eager pull request

Many thanks for contributing to nf-core/eager!

Please fill in the appropriate checklist below (delete whatever is not relevant).
These are the most common things requested on pull requests (PRs).

PR checklist

  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • Ensure the test suite passes (nextflow run . -profile test,docker --paired_end).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: CONTRIBUTING.md

@jfy133 jfy133 requested review from apeltzer and maxibor and removed request for apeltzer June 23, 2020 07:47
@jfy133 jfy133 changed the base branch from master to dev June 23, 2020 07:48
.github/workflows/ci.yml Outdated Show resolved Hide resolved
main.nf Outdated Show resolved Hide resolved
main.nf Outdated Show resolved Hide resolved
@jfy133 jfy133 linked an issue Jun 23, 2020 that may be closed by this pull request
docs/output.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
main.nf Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
trim5 = "${params.bt2_trim5}" != 0 ? "--trim5 ${params.bt2_trim5}" : ""
trim3 = "${params.bt2_trim3}" != 0 ? "--trim3 ${params.bt2_trim3}" : ""
bt2n = "${params.bt2n}" != 0 ? "-N ${params.bt2n}" : ""
bt2l = "${params.bt2l}" != 0 ? "-L ${params.bt2l}" : ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update default

Copy link
Member Author

@jfy133 jfy133 Jun 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've addressed this in the docs and doesn't require update because it overrides the default from --bt2_sensitivity i.e. if you supply a value here it will override the default, otherwise the -N parameter is not supplied.

Copy link
Member

@maxibor maxibor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few modifications, mostly updating the default parameters

@jfy133 jfy133 mentioned this pull request Jun 23, 2020
8 tasks
@jfy133 jfy133 requested review from apeltzer and maxibor June 23, 2020 09:46
.github/workflows/ci.yml Outdated Show resolved Hide resolved
jfy133 and others added 2 commits June 23, 2020 11:50
Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com>
@jfy133 jfy133 requested a review from apeltzer June 23, 2020 09:53
docs/usage.md Outdated Show resolved Hide resolved
Co-authored-by: Maxime Borry <maxibor@users.noreply.github.com>
@jfy133
Copy link
Member Author

jfy133 commented Jun 23, 2020

Anymore @maxibor ?(heh, rhyming)

@jfy133 jfy133 merged commit 1f32913 into dev Jun 23, 2020
@jfy133 jfy133 deleted the bowtie2 branch June 23, 2020 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add BowTie2 support
3 participants