vcflib / bio-vcf

Smart VCF parser DSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDF output gets garbled on fast machines

pjotrp opened this issue · comments

Turns out the input processor is faster than the output generator! The latter also runs in a separate thread, so
multiple output processors may be running.

And thank Sander Boymans for spotting this one.

There is a fix in 0.8.3-pre4 with 83a6d75