vep-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vep-software [2017/09/28 11:57] – [Variant Effect Predictor(VEP)] aorth | vep-software [2023/05/22 06:10] (current) – aorth | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Information ===== | ===== Information ===== | ||
- | * Latest Version: | + | * Latest Version: |
* Added: February, 2017 | * Added: February, 2017 | ||
- | * Link: http://www.ensembl.org/ | + | |
- | * Annotations: | + | |
+ | * Annotations: | ||
===== Usage ===== | ===== Usage ===== | ||
Line 15: | 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.1506599851.txt.gz · Last modified: 2017/09/28 11:57 by aorth