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

EVA-470 Summary report independent from checks #52

Closed jmmut closed 7 years ago

jmmut commented 7 years ago

Allow filtering superfluous warnings when writing to standard output.

The checks are always done and always raised, but only reported in non-summary reports. The previous behaviour was that if the error was already raised, it was not raised for any report type.