-
Notifications
You must be signed in to change notification settings - Fork 417
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
Sentieon haplotyper refactored #1074
Conversation
|
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.
Looking good
A slightly better output-section in the sentieon-haplotyper module might look like this:
but the problem with that is that in the Sarek-workflow we may subsequently call GATK's Error msg from
Feeding it |
strong argument for me for g.vcf then. I don't really want to anger MergeVCF for a point placed at a different location :D |
@maxulysse : On the current PR (a9e82ee) output vcf-files are named The reason I changed However, on second thought, I think I'll just go back to giving the vcf-files the extension |
Making the Sentieon-Haplotyper nf-module more general, in particular, enabling it to run with all possible emit-modes while still being able to about both a vcf and a gvcf in the same run.
Examples of nf-cmd's with the new option
--sentieon_haplotyper_emit_mode
:Tests and documentation updated.
PR checklist
nf-core lint
).nextflow run . -profile 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).