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

T2D-268 Add support for on-the-fly fasta indexing #183

Closed Zhicheng-Liu closed 5 years ago

Zhicheng-Liu commented 5 years ago

With this change, when using assembly checker with missing local fasta index file, the assembly checker will create the index for input fasta on-the-fly and complete the assembly checking as normal, instead of throwing an error as before.

Depends on the changes in https://github.com/EBIvariation/vcf-validator/pull/182.