-
Notifications
You must be signed in to change notification settings - Fork 410
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
Add option for outputting gvcfs instead of vcfs #908
Comments
No that is correct, mostly based on some discussions we had with @nickhsmith that for most the final ones would be the most interesting . as well as the instructions for the single sample workflow by GATK here We would have to see how we process with single sample filtering then. However, since that step seems to cause quite some issues for some, because of the time requirements it has, it might be good to also allow skipping it with a parameter. we could probably combine then both new parameters here. |
Some work has now been done in this direction. The new sentieon-haplotyper-flow is able to output vcf, gvcf or both: |
Is there any update on this regarding GATK? There was some recent progress on a related issue, but that was also related to |
No, when running GATK in single sample it is not using |
Thanks for the update. I agree it probably shouldn't be the default, but it would be nice if it could be created if using a flag ( Would you mind providing details (or pointing me in the right direction/docs) on how to create a custom config to force the gvcf generation? |
sure, this should work:
should work. |
Hi Friederike, Many thanks for your help here. We managed to produce the gVCF successfully with your custom config. However, even though the CNNScoreVariants finishes running (after 2 days), it does not seem to doesn't actually work, so the next step fails with a pretty telling error:
Any recommendations/hints here would be really appreciated. (I have had a look at the documentation/google for CNNScoreVariants and there doesn't seem to be an option for gVcf (or any hints on how to run with gvcf). (or should we simply skip the CNNScoreVariants / FilterVarianttranches steps)? |
I guess CNNScoreVariants doesn't like gvcf. Yes you can skip by setting |
Description of feature
It might be useful to add a CLI-option for outputting gvcf-files instead of vcf-files. It seems that with the current version that is only possible when running
--joint_germline
. (However, I could be wrong).The text was updated successfully, but these errors were encountered: