# HG changeset patch # User morinlab # Date 1480809565 18000 # Node ID c035dd918ed44c74806225359035517e02d04403 Uploaded diff -r 000000000000 -r c035dd918ed4 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Dec 03 18:59:25 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. + + +