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

v0.9.5 Linux binaries display version 0.9.4 with '-v' option #236

Closed gg78uol closed 4 months ago

gg78uol commented 4 months ago

The 0.9.5 Linux binaries do not display the correct version with the -v flag. To reproduce:

wget https://github.com/EBIvariation/vcf-validator/releases/download/v0.9.5/vcf_assembly_checker_linux wget https://github.com/EBIvariation/vcf-validator/releases/download/v0.9.5/vcf_debugulator_linux wget https://github.com/EBIvariation/vcf-validator/releases/download/v0.9.5/vcf_validator_linux chmod +x vcf_*

./vcf_validator_linux -v vcf_validator version 0.9.4

./vcf_assembly_checker_linux -v vcf-assembly-checker version 0.9.4

./vcf_debugulator_linux -v vcf-debugulator version 0.9.4

tcezard commented 4 months ago

Thank you for the report. This has been fixed in version v0.9.6