exomiser / Exomiser

A Tool to Annotate and Prioritize Exome Variants
https://exomiser.readthedocs.io
GNU Affero General Public License v3.0
190 stars 54 forks source link

Throw an error when input VCF is missing GT field #453

Open julesjacobsen opened 1 year ago

julesjacobsen commented 1 year ago

The problem was caused by missing genotype (GT) scores in my VCF file. I picked this when i tried a VCF file from a different variant caller. Thank you.

Originally posted by @NyashaTM in https://github.com/exomiser/Exomiser/issues/446#issuecomment-1224188357

julesjacobsen commented 1 year ago

Need to to throw an error here to alert the user that the input data is in an incorrect format.