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

Added test cases for svlen #119

Closed srbcheema1 closed 6 years ago

srbcheema1 commented 6 years ago

This PR aims to solve issue #92 partially

Anishka0107 commented 6 years ago

Though unrelated, but you could also change the line https://github.com/EBIvariation/vcf-validator/blob/develop/src/vcf/validate_optional_policy.cpp#L178 by removing the trailing extra space in the error message "INFO SVLEN should have same number of values as ALT ".

Make it "INFO SVLEN should have same number of values as ALT".