ylab-hi / ScanNeo

A pipeline for identifying indel derived neoantigens using RNA-Seq data
Other
29 stars 7 forks source link

Downstream.pm should be installed vep's INSTALL.pl #16

Open serge2016 opened 2 years ago

serge2016 commented 2 years ago

The new version: https://github.com/Ensembl/VEP_plugins/blob/release/105/Downstream.pm

I use a command like this:

perl INSTALL.pl --NO_TEST --NO_UPDATE --NO_HTSLIB --NO_BIOPERL -a ap --PLUGINSDIR "$SOFT/ensembl-vep-${VEP_VERSION}/Plugins" --PLUGINS ProteinSeqs,Downstream,Conservation,GO,G2P,CADD

So I recommend not to copy the Downstream.pm from this repo but to install it from the official site.

Change should be in this place: https://github.com/ylab-hi/ScanNeo#install-vep-plugins