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?
When I type https://ftp.ensembl.org/pub/release110/variation/indexed_vep_cache/homo_sapiens_vep_110_GRCh38.tar.gz into the browser I get a 404 not found. Guess it is stuck there. I would open an issue at github.
Unrelated, but be sure to use correct tags. It's Ensembl, without trailing "e", so Ensembl folks who are active here actually see your post.
Hi Isy9,
The correct URL has a '-' in the release number (i.e https://ftp.ensembl.org/pub/release-110/variation/indexed_vep_cache/...)
We're not sure why this is happening when you run the INSTALL.pl script as the code has a '-' in the URL. We are looking into this and will let you know where the issue is coming from.
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?
Thanks for the comment. I've corrected the tag.