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

MacOS validator not running on Intel Monterey #226

Closed maxglycine closed 5 months ago

maxglycine commented 11 months ago

I am getting zsh: exec format error: ./vcf_validator_linux when running MacOS Monterey on Intel architecture. Are my only options to run this on a linux distro (Ubuntu) or compile it on my machine?

tcezard commented 11 months ago

We've struggled to compile some of the dependencies on mac for the latest release which is why it's missing at the moment. This is due to some of the recent architecture changes in Mac OSX. You can use the previous release which should still work. If you want to try compiling the code the build recipes are in the github workflow but my guess is you'll hit the same issues we had. We have an internal ticket to get it working on MAC OSX at a later date.