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

checks for compressed files #173

Closed srbcheema1 closed 4 years ago

srbcheema1 commented 5 years ago

This PR is to solve issue #172 This will add functionality to verify a fasta, fasta_index and assembly_report file to be uncompressed.

tcezard commented 4 years ago

This has been done as part of EVA-1731