This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to install VEP plugins in conda environment

I installed VEP through miniconda and use VEP through my conda environment. I would like to install VEP plugins (ex, CADD), but I do not have the INSTALL.pl script VEP instructs to use to install plugins (I think this is because I did not use git to install VEP, but rather miniconda). How can plugins be installed for VEP through a conda environment?

conda vep plugin

1 answer

conda aliases it as vep_install, so for example vep_install -g CADD should work.

Log in to answer this question.