-
Notifications
You must be signed in to change notification settings - Fork 414
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
Qc on speed: FastP and Mosdepth as drop-in replacement for Trimgalore/Seqkit & Deeptools/qualimap #596
Qc on speed: FastP and Mosdepth as drop-in replacement for Trimgalore/Seqkit & Deeptools/qualimap #596
Conversation
|
…e collision when multiple tools are selected
conf/modules.config
Outdated
params.split_fastq > 0 ? "--split_by_lines ${params.split_fastq * 4}" : "", | ||
|
||
// For trimgalore also auto detection was used | ||
//params.adapter_R1 ? "--adapter_sequence ${params.adapter_R1}" : "", //normally not needed |
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.
should we provide the additonal parameter for setting specific adapter sequences? Wasn't supported before, but trimgalore guessed the adapter (same here at the moment by default) @maxulysse
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.
I had some comments, but otherwise looks good!
Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com>
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.
Looks good to me!
Close #508
cc #95
TODO:
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).