# HG changeset patch # User iracooke # Date 1383693993 18000 # Node ID 826234dd2977cf2599ba69951137770a56d6c123 # Parent b72af28d9da2b20ad9b5375d3956093c45525bda Test perl expat diff -r b72af28d9da2 -r 826234dd2977 tool_dependencies.xml --- a/tool_dependencies.xml Wed Oct 23 23:48:11 2013 -0400 +++ b/tool_dependencies.xml Tue Nov 05 18:26:33 2013 -0500 @@ -1,29 +1,42 @@ - - - - https://dl.dropboxusercontent.com/u/226794/galaxy/tpp_4.6.1.tar.gz - - sh install.sh $env.INSTALL_DIR - - - $INSTALL_DIR/perl5 - $INSTALL_DIR - - - - - This part of the installer is extremely minimal. It just downloads and runs a shell script that does the install. - The installer will attempt to do the following; + + + + + + + + + + + + + + + + + + + + + + + + + eval $(perl -I$PERL_LOCALLIB_DIR/lib/perl5 -Mlocal::lib=$PERL_LOCALLIB_DIR); cpanm --local-lib=$PERL_LOCALLIB_DIR --configure-args="EXPATLIBPATH=$EXPAT_ROOT_DIR/lib EXPATINCPATH=$EXPAT_ROOT_DIR/include" XML::Parser + + + + Installs and complils the trans proteomic pipeline in version 4.6.3. + The Trans-Proteomic Pipeline (TPP) is a collection of integrated tools for MS/MS proteomics, developed at the SPC. - 1. Download and install perl-locallib and cpanminus - 2. Install perl packages required by the TPP into a self contained perl local lib - 3. Download the source code of the TPP and compile it. + http://tools.proteomecenter.org/ + + Dependencies: e2fslibs-dev (e2fsprogs-devel) - Installation has been tested on an Ubuntu Precise 64 box with the following system packages installed - curl build-essential mercurial libperl-dev liblocal-lib-perl cpanminus libxml2-dev expat libexpat1-dev libbz2-dev - - - + PATH will be set. + TPP_ROOT_PATH will point to the root path of the installation. + +