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

fix for build failure due to minmac version #233

Closed vasudeva8 closed 5 months ago

vasudeva8 commented 5 months ago

230 had a change specific for Mac but not guarded with os check and caused failure in linux build as well.

Now the change is guarded appropriately.