-
Notifications
You must be signed in to change notification settings - Fork 717
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 FASTQ linting during preprocessing #1461
Conversation
This PR is against the
|
|
…naseq into swf_rnaseq_prepro_lint
…naseq into swf_rnaseq_prepro_lint
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 would have been more specific with the params
skip_linting seems a bit too generic to me, but PR is good
I thought it was consistent in detail with |
Workflow-level implementation of nf-core/modules#7123.
This is a reworking of @oligomyeggo's work in #1453, I needed permissions to fix up the test suite etc and couldn't push to that fork.
We also forgot to bump versions after the last release, doing that here too.
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).