-
Notifications
You must be signed in to change notification settings - Fork 355
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
java.lang.NullPointerException in GenotypeGVCFs #3263
Comments
Thanks so much for figuring out the source of the problem and how to work around it-- you can pass it via the |
Alright, thanks a lot for looking into this. I didn't realize that one could pass tool-specific settings via the |
No worries, not all of the tools support it, so it is hit or miss if it works or not. Thanks a lot for figuring out what was happening, hopefully the GATK team will fix it soon. |
Check this out for an update on this issue: broadinstitute/gatk#6675. Starting from release 4.1.8.0 (which came out 2 days ago and is already in bioconda), the VCF codec was made the default and the argument |
See #3263 for discussion. Thanks to @amizeranschi for the heads up.
Hi,
I'm running into a java.lang.NullPointerException for some bcbio runs during the GenotypeGVCFs phase.
This is a known issue with GATK versions >= 4.1.5.0, as outlined here: https://gatk.broadinstitute.org/hc/en-us/community/posts/360060283092-GenotypeGVCFs-java-lang-NullPointerException and here: broadinstitute/gatk#6548.
According to the first link above, a solution is to run GenotypeGVCFs with the setting
--genomicsdb-use-vcf-codec
: https://gatk.broadinstitute.org/hc/en-us/articles/360040509751-GenotypeGVCFs#--genomicsdb-use-vcf-codecIs there any way of passing this setting to GenotypeGVCFs from within Bcbio?
The text was updated successfully, but these errors were encountered: