hammerlab / vcf.js

A VCF parser and variant record model in JavaScript.
Apache License 2.0
22 stars 4 forks source link

Tests with real VCF data #4

Open ihodes opened 10 years ago

ihodes commented 10 years ago

Should demonstrate ability to parse several VCFs output from several callers

acthp commented 9 years ago

On that note, is this lib designed to be fault-tolerant, given that vcf are commonly not quite up to spec?

ihodes commented 9 years ago

I wouldn't put a lot of faith into this being too fault-tolerant; it's certainly a bit relaxed in terms of what it'll parse, but needs a lot more tests and edge-cases covered.