cyvcf icon indicating copy to clipboard operation
cyvcf copied to clipboard

update _vcf_metadata_parser to match pyvcf

Open cfriedline opened this issue 9 years ago • 0 comments

I was getting errors with a VCF file that had a header that did not validate with cyvcf but did with pyvcf, due to an info line containing a Version. I updated the metadata parser to match the mirrored section in pyvcf. My file now parses correctly and all tests pass.

##INFO=<ID=VDB,Number=1,Type=Float,Description="Variant Distance Bias for filtering splice-site artefacts in RNA-seq data (bigger is better)",Version="3">

cfriedline avatar Oct 15 '15 20:10 cfriedline