Great point about the PyVCF folks.
Availability of a robust, annotation-aware vcf-to-json converter
Is anyone actively using a vcf-to-json converter that you would recommend? I am aware of Variant Effect Predictor's ability to output json, but I am interested in something a little more generic and, ideally, one that handles snpEff annotations. I wanted to check before putting something together myself.
• 5,094 views
•
link
1 answer
I cannot find one that is specifically compatible with SNPeff output. I dug around a bit, and only found the below, which is not as good as the VEP one, it seems.
https://github.com/pjotrp/bioruby-vcf/tree/master/lib
Does VEP fail to work with SNPeff? What language would you write this in? The folks at PyVCF might be interested...
• 0 views
•
link
Log in to answer this question.