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

warn for unused parameters #167

Closed srbcheema1 closed 5 years ago

srbcheema1 commented 5 years ago

This PR is to fix #165. vcf_validator will show a warning if any of the parameters went unused or unrecognised.

$ ./vcf_validator -i a.vcf -r summary, text
[warning] unused parameter: text
[info] Reading from input file...
[info] Summary report written to : stdin.errors_summary.1537119684362.txt
[info] According to the VCF specification, the input file is not valid