vep-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vep-software [2017/02/06 21:34] – created joguya | vep-software [2023/05/22 06:10] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Variant Effect Predictor(VEP) ====== | + | ====== Variant Effect Predictor (VEP) ====== |
| VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, | VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, | ||
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Latest Version: | + | * Latest Version: |
| * Added: February, 2017 | * Added: February, 2017 | ||
| - | * Link: http://www.ensembl.org/info/docs/tools/vep/index.html | + | |
| + | | ||
| + | * Annotations: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 14: | Line 16: | ||
| < | < | ||
| - | ===== Installation ====== | + | Load one version into your environment and run it: |
| - | Notes from the sysadmin during installation: | + | < |
| + | $ vep --cache / | ||
| - | < | + | **N.B.** The VEP cache is installed in '' |
| - | - install vep-script | + | |
| - | $ sudo mkdir -p / | + | |
| - | $ sudo chown -R joguya: | + | |
| - | $ cd scripts/ | + | |
| - | $ module load perl/5.22.3 | + | |
| - | $ scl enable devtoolset-3 bash | + | |
| - | $ cpanm File:: | + | |
| - | $ module load htslib/ | + | |
| - | $ mkdir / | + | |
| - | $ perl INSTALL.pl --DESTDIR / | + | |
| - | $ PERL5LIB=$PERL5LIB:/ | + | |
| - | $ cp *.pl *.vcf / | + | |
| - | $ sudo chown -R root:root / | + | |
| - | - download cattle annotation data to / | + | ===== Installation ====== |
| - | $ sudo mkdir / | + | Notes from the sysadmin during installation: |
| - | $ sudo chown joguya: | + | |
| - | $ PERL5LIB=$PERL5LIB:/ | + | |
| - | $ sudo chown -R root:root / | + | |
| - | </ | + | |
| + | < | ||
| + | $ curl -L -O https:// | ||
| + | $ unzip 109.3.zip | ||
| + | $ sudo dnf install perl-DBI perl-DBD-mysql perl-JSON perl-perlIO-gzip | ||
| + | $ cd ensembl-vep-release-109.3 | ||
| + | $ cpanm -l . Set:: | ||
| + | $ mkdir cache | ||
| + | $ module load htslib/1.9 # use our own, instead of the one installed by INSTALL.pl | ||
| + | $ PERL5LIB=lib/ | ||
| + | $ sudo mkdir -p / | ||
| + | $ sudo cp -r * / | ||
vep-software.1486416888.txt.gz · Last modified: by joguya
