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

Meta header checks for INFO and FORMAT SV tags #73

Closed Anishka0107 closed 7 years ago

Anishka0107 commented 7 years ago

This PR aims to add meta header checks for all Info and Format SV tags. The Type and Number of the meta header definition would be checked for SV specific tags.

Anishka0107 commented 7 years ago

The remaining tests which could be added are the negative CHECK assertions, passed test file(s), failed test file(s).