You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just analyzed a VCF file created with GATK 3.8 pipeline and got the following error:
terminate called after throwing an instance of 'VcfFileException'
what(): # values = ./.:0,0,0:.:.:0|1:18576120_T_C do not match with # fields in FORMAT field = 7 at sampleIndex = 7 See line 47626.
verifyBamID 1.0.0 -- verify identity and purity of sequence data
Yes, you are right. But at the moment we have not enough hands to amend this feature. You are more than welcome to help to contribute to this package. Otherwise, you can try to use a script to fill in the field in your specific vcf file.
We will try to fix this maybe later this semester.
I see the point. I am also quite busy right now, but I can extend the error message and link a script which adds the missing fields. Just have to find/create. Or do you know a tool that does this?
I just analyzed a VCF file created with GATK 3.8 pipeline and got the following error:
It turned out that this error occurs because GATK CombineGVCFs drops trailing fields per sample if they are empty. Apparently, this is allowed by the VCF format specification: https://gatkforums.broadinstitute.org/gatk/discussion/4149/format-fields-and-sample-entries-in-vcf-files#latest
Is there a parameter to ignore incomplete sample information?
The text was updated successfully, but these errors were encountered: