-
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
Gvcf are published also when all intervals are processed at once #1172
Conversation
|
Looks fine. How about adding a test which covers the bug which this PR is fixing? I think one could just extend
(That is similar to the existing test, but with the profile |
I wonder if one should also remove the
(And add a test for that as well.) |
sure but I would leave that up to a seaparate PR. the issue and the fix here are for haplotypecaller |
Close #764
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).