# HG changeset patch # User iuc # Date 1432062203 14400 # Node ID 6aff23e469060a7cad3f84b22f33f59b25e31175 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tpp_4_7_0 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 6aff23e46906 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:03:23 2015 -0400 @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.41.tar.gz + + http://search.cpan.org/CPAN/authors/id/L/LD/LDS/CGI.pm-3.43.tar.gz + + + .. + http://downloads.sourceforge.net/project/sashimi/Trans-Proteomic%20Pipeline%20%28TPP%29/TPP%20v4.7%20%28polar%20vortex%29%20rev%200/TPP_4.7.0-src.tgz + + + + + + + + + + + + + + + + + + + + + + tar xfz TPP_4.7.0-src.tgz + + ./TPP-4.7.0/trans_proteomic_pipeline/src/ + ../build/ + echo 'TPP_ROOT=$INSTALL_DIR/tpp/' > Makefile.config.incl + echo 'TPP_WEB=/tpp/' >> Makefile.config.incl + echo 'CGI_USER_DIR=$INSTALL_DIR/cgi-bin/' >> Makefile.config.incl + echo 'OBJ_ARCH=../build' >> Makefile.config.incl + + + echo "BOOST_DIR=$BOOST_ROOT_DIR" >> Makefile.config.incl + echo "BOOST_LIBDIR=$BOOST_ROOT_DIR/lib/" >> Makefile.config.incl + echo 'BOOST_LIB_EXT=so' >> Makefile.config.incl + echo 'BOOST_INCL=-isystem $(BOOST_DIR) -isystem $(BOOST_DIR)/.. -I$(SRC_ROOT).' >> Makefile.config.incl + echo 'BOOST_LIBS=$(BOOST_LIBDIR)*' >> Makefile.config.incl + echo 'HTMLDOC_BIN=' >> Makefile.config.incl + + echo 'LINK=shared' >> Makefile.config.incl + echo 'LIBEXT=a' >> Makefile.config.incl + + + echo "EXPAT_LIB=$EXPAT_ROOT_DIR/lib/libexpat.a" >> Makefile.config.incl + echo "EXPAT_INCL=$EXPAT_ROOT_DIR/include/" >> Makefile.config.incl + + cat Makefile.config.incl > /home/bag/blablabla.txt + + + + sed -i -e 's/# www.boost.org/ifeq "$(strip $(BOOST_LIBDIR))" ""/' Makefile.incl + sed -i -e 's/# Proteowizrd/endif/' Makefile.incl + + sed -i -e 's/# Build expat library/ifeq "$(strip $(EXPAT_LIB))" ""/' Makefile.incl + sed -i -e 's/# Build HDF5/endif\n# Build HDF5/' Makefile.incl + + sed -i -e 's/# HTMLDOC/ifeq "$(strip $(HTMLDOC_BIN))" "not-needed"/' Makefile.incl + sed -i -e 's/# put common.*/endif/' Makefile.incl + + cat Makefile.incl > /home/bag/makefile.incl.txt + + + + + + sed -i -e 's/qw(.*) /(&) /' ../CGI/show_nspbin.pl + sed -i -e 's/qw(.*) /(&) /' ../perl/exporTPP.pl + echo '' > ../perl/tpp_models.pl + + make + make install + + $INSTALL_DIR/tpp/bin + $INSTALL_DIR/lib/perl5 + $INSTALL_DIR + + + + + Installs and complils the trans proteomic pipeline in version 4.7.0. + The Trans-Proteomic Pipeline (TPP) is a collection of integrated tools for MS/MS proteomics, developed at the SPC. + + http://tools.proteomecenter.org/ + + PATH will be set. + TPP_ROOT_PATH will point to the root path of the installation. + + +