EBIvariation / vcf-validator

Validation suite for Variant Call Format (VCF) files, implemented using C++11
Apache License 2.0
130 stars 39 forks source link

Some report types are not supported #120

Closed hsiaoyi0504 closed 6 years ago

hsiaoyi0504 commented 6 years ago

When I use ./vcf_validator -i variants_F_updated.vcf -r database -o ./report/ it works normally. However, when I use /vcf_validator -i variants_F_updated.vcf -r database,summary -o ./report/, it reports that Please use only valid report types.

hsiaoyi0504 commented 6 years ago

Sorry, I found that the current develop is not the same as latest release.

jmmut commented 6 years ago

Exactly. In the current stable release, all the available reports you can use are -r database,text. It seems having develop as main branch might be confusing. We'll put master as default branch, so that the README when you land the repository matches the precompiled binary in the releases tab.