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?
• 3,590 views
•
link
1 answer
conda aliases it as vep_install, so for example vep_install -g CADD should work.
• 0 views
•
link
Log in to answer this question.