This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installing ensemble VEP by running INSTALL.pl takes too long.

How long does it usually take to install Ensembl VEP with INSTALL.pl? I am running INSTALL.pl and I think it's taking too long.

I am trying to install Ensembl VEP with this code:

git clone https://github.com/Ensembl/ensembl-vep.git
cd ensembl-vep
perl INSTALL.pl

This is what I get:

- getting list of available cache files
- downloading https://ftp.ensembl.org/pub/release110/variation/indexed_vep_cache/homo_sapiens_vep_110_GRCh38.tar.gz

I'm not getting any additional information for more than a day. Does it usually take that long to install Ensembl VEP?

ensembl vep

Thanks for the comment. I've corrected the tag.

Hi Isy9,

We're not sure why this is happening when you run the INSTALL.pl script as the code has a '-' in the URL.

Can you provide any further information about the steps you took in the installation? Did you run the install using the -CACHE_URL option?

1 answer

I had better results using their singularity container, though it still wasn't trivial. https://www.ensembl.info/2021/05/24/cool-stuff-the-vep-can-do-singularity/

Also, check your proxy server is set up correctly if you are behind one.

Their singularity container does not seem to contain the cache (which is sensible), so that approach would not solve OP's problem.

Log in to answer this question.