EBIvariation / vcf-validator

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

Validation of VCF4.4 #228

Open tcezard opened 7 months ago

tcezard commented 7 months ago

VCF 4.4 is documented here. The VCF validator does not currently support VCF 4.4. We will have to create a new ragel file to define the format specific to VCF 4.4. The most relevant changes are listed at the end of the VCF specification