User Tools

Site Tools


vep-software

This is an old revision of the document!


Variant Effect Predictor (VEP)

VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, and protein sequence, as well as regulatory regions.

Information

Usage

See versions of VEP which are available:

$ module avail vep

Load one version into your environment and run it:

$ module load vep/92.1
$ vep --cache /export/apps/vep/92.1/cache

N.B. The VEP cache is installed in /export/apps/vep/92.1/cache, so make sure to

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ curl -L -O https://github.com/Ensembl/ensembl-vep/archive/release/92.1.zip
$ unzip 92.1.zip
$ sudo yum install perl-DBI perl-DBD-mysql perl-JSON perl-perlIO-gzip
$ module load htslib/1.6
$ cd ensembl-vep-release-92.1
$ cpanm -l . Set::IntervalTree
$ mkdir cache
$ PERL5LIB=lib/perl5 perl INSTALL.pl --NO_HTSLIB --CACHEDIR cache
$ sudo mkdir -p /export/apps/vep/92.1
$ sudo cp -r * /export/apps/vep/92.1
vep-software.1523826020.txt.gz · Last modified: 2018/04/15 21:00 by aorth