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

Detected compression format now a debug message instead of warning #202

Closed cyenyxe closed 4 years ago

cyenyxe commented 4 years ago

As mentioned in https://github.com/EBIvariation/vcf-validator/pull/117#issuecomment-628762553, compressed files are now read correctly and there is no point in raising that as a warning, but more as a debug message.

jmmut commented 4 years ago

thanks! :)