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

Compressed files are not properly read on Windows #160

Closed cyenyxe closed 4 years ago

cyenyxe commented 5 years ago

Compressed files on Windows are read as if they were empty, which makes the validator and the assembly checker report false positives and negatives.

tcezard commented 4 years ago

Tracked EVA-2055: closing