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

Valid report #162

Closed srbcheema1 closed 5 years ago

srbcheema1 commented 5 years ago

This PR is enable the functionality of valid-report. We had disabled valid report in last PR due to the reason that the valid report was not writing headers into the output file. So this PR is to fix that issue.