-
Notifications
You must be signed in to change notification settings - Fork 6
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
Run snv-annotation in parallel #261
Conversation
|
b9062cf
to
8edd8df
Compare
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.
Super nice! Just one question, do you know what the consensus for the ifs and skips are? It would be good to double check if they should be within the subworkflows or in the configs.
I think leaning towards subworkflows, and I think that was Anders opinion as well (though not 100% sure). Even though it's a bit ugly I think it makes it more clear than having to go to back and forth to the configs and check. I do have |
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.
LGTM!
This PR closes #203 by moving concatenation of multisample VCFs from within short_variant_calling to
nallo.nf
, after SNV annotation but before ranking.There are now 3 available SNV outputs:
*_snv.vcf.gz
,*_snv_annotated.vcf.gz
, or*_snv_annotated_ranked.vcf.gz
that are published inresults/snvs/{single_sample,multi_sample}/${sample}
depending on whether annotation and ranking is active.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).