-
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
Using GATKs mergeVcfs #571
Conversation
… I just did the replacement for STRELKA.
…d also be done in nf-core/modules/modules/gatk4/mergevcfs/main
<3 |
some failures in the CI. |
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.
Great work. Just update the changelog and two indents and then ready to merge 🚀
Edit: Didn't see the failing variantcaller test. Let me see if I can find a reason quickly
@FriederikeHanssen confirmed that there is no problem with the The problem with the haplotypecaller-test is that the test expects an output-vcf-file called Lines 229 to 232 in c60ef1f
|
@nf-core-bot fix linting please |
Yeah don't worry about haplotypecaller, the PR is already open to fix that subworkflow, just need to finish it. I will fix the CI there |
Closes #569
Using GATK4's module mergeVcfs instead of
modules/local/concat_vcf/main.nf
+bin/concatenateVCFs.sh
.With this PR, the nf-core-module with GATK4's mergeVcfs is now being included in Sarek.
scrape_software_versions.py
nf-core lint
).nextflow run . -profile test,docker
).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).