EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
130 stars 39 forks source link

v0.6 not properly validating PL field in VCF 4.1 #102

Closed garysaunders closed 6 years ago

garysaunders commented 6 years ago

PL=. returning an error in validation of VCF 4.1 file.

Although 4.3 defines PL as must be Number=G, this is not a requirement of VCF 4.1 or 4.2.