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

Accept INFO CIGAR strings per alt #58

Closed sambrightman closed 7 years ago

sambrightman commented 7 years ago

CIGAR is defined as 'string describing how to align an alternate allele to the reference allele' so should allow comma-separated strings.

Fixes #56.