# HG changeset patch # User morinlab # Date 1480809390 18000 # Node ID ba310f592561fd38975e6a0a790f8aa956ed434d Uploaded diff -r 000000000000 -r ba310f592561 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Dec 03 18:56:30 2016 -0500 @@ -0,0 +1,44 @@ + + + + + + + + + + + + http://github.com/Ensembl/ensembl-tools/tarball/release/84.tar.gz + + + + + + mkdir $INSTALL_DIR/cache + mkdir $INSTALL_DIR/cache/tmp + chmod 777 $INSTALL_DIR/cache + chmod 777 $INSTALL_DIR/cache/tmp + + scripts/variant_effect_predictor + $INSTALL_DIR + + + $INSTALL_DIR + $INSTALL_DIR/Bio + + echo 'y' | perl $INSTALL_DIR/INSTALL.pl --DESTDIR $INSTALL_DIR -q --AUTO a + + + +This package installs the Ensembl Variant Effect Predictor (VEP) and its dependencies. + +At the moment, this package assumes that the appropriate Perl 5 environment is properly set up prior to installation. Notably, this includes the following modules: +- LWP::Simple +- Archive::Zip +- DBD::mysql + +Also, the cache is downloaded seperately and its location is stored in the ENSEMBL_VEP_84_CACHE_DIR environment variable. + + +