Alternative to VEP.
Hi. Variant effect predictor (VEP) does not let me load files larger than 50 Mb. What other program can I use to annotate variants in a larger file? Thank you.
• 4,898 views
•
link
3 answers
Download VEP and run via the command line. It takes VCF files of any size, offering multithreading (forking) and plenty of options to customize the annotation (the Web version does as well of course). It can be installed by conda to save you from getting all the dependencies and perl extensions manually.
• 1 views
•
link
Log in to answer this question.
Hello,
have you tried searching the web?
fin swimmer
One vote for SnpEff. The best thing of it is that you could supply your annotations in GFF3 format.
+1. I would make this comment an answer. Besides, VEP can be run on multiple cores and it doesn't take long to annotate hundreds of thousands of variants.
Sorry @dariober, wanted to move my comment and instead moved yours. That is why it is now a comment on the toplevel.