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

EVA-3281 - Allow synonyms to be the same value if they are on the same line #241

Closed tcezard closed 1 month ago

tcezard commented 2 months ago

To trigger this error the assembly report had to contain a line with the same name be used multiple times and the same name be used in the fasta file. The new integration test was able to reproduce the error and the subsequent commit fix the code