-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add modules #6
Add modules #6
Conversation
|
Addresses #8 |
what's the usecase for clumpify again? Is it to produce more compressed fastqs or something else? |
https://nf-co.re/modules/bbmap_clumpify Main use case for us seems to be deduplication |
I would say skip clumpify at this point and maybe give a try to run fastp inside the main.nf as well? It should be ran for any file so fairly similar to fastqc I would imagine? |
fastp is used in nf-core/demultiplex, see here for inspiration: https://github.com/nf-core/demultiplex/blob/aa4d93673a4e04b1daf7b4bd71269d6054275534/workflows/demultiplex.nf#L199 |
This PR is a bit too broad in scope, so I'm closing it. Please see #8 for inspiration. |
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).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).