-
Notifications
You must be signed in to change notification settings - Fork 708
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
Update nextflow_schema.json #1397
base: dev
Are you sure you want to change the base?
Conversation
This PR is against the
|
|
This is a suggestion to clarify the description of the
--skip_qc
argument. Based on my understanding of the workflow, this argument applies to the stage 4 (post-processing) and 5 (final QC) including DeSeq based QC. I hope this is correct.Clarification of which QCs are skipped is necessary because steps in stage could also be considered as QC steps. Perhaps a list of skipped QCs would be helpful. For example, I am not sure if
--skip_qc
skipsRSeQC
or not.I hope the documentation for this argument could be more informative.
PR checklist
nf-core 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).