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

Empty warning #161

Closed srbcheema1 closed 6 years ago

srbcheema1 commented 6 years ago

Vcf validator and assembly checker were showing warning of empty vcf file twice.

srb@srb-pc:$ ./vcf_validator < empty.vcf 
[info] Reading from standard input...
[warning] The VCF file provided is empty
[warning] The VCF file provided is empty
[info] Summary report written to : stdin.errors_summary.1536273054595.txt
[info] According to the VCF specification, the input file is not valid

This PR will fix that issue.