-
Notifications
You must be signed in to change notification settings - Fork 82
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
DSL2: Add rg info to BWA_MEM #1046
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code to include looks fine to me, but is hardcoded for Illumina sequencing. As specified in #970, we want to provide the option to specify the sequencing platform in 3.0. Might be easier to change all mappers at once though.
I would leave that for when that option gets implemented, indeed. PR checs are failing cause of branch protection, which I have fixed but have no further commits, so will go ahead and merge. |
The modules.config for this one was lacking any RG tag info.
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).