# HG changeset patch # User iuc # Date 1437157090 14400 # Node ID 2b778f0f7a0e20264aaac82bde3c6743968ca4a0 # Parent 6aff23e469060a7cad3f84b22f33f59b25e31175 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tpp_4_7_0 commit 025696892784ba9fd07404ce4d21f3dca4ac1a1e-dirty diff -r 6aff23e46906 -r 2b778f0f7a0e tool_dependencies.xml --- a/tool_dependencies.xml Tue May 19 15:03:23 2015 -0400 +++ b/tool_dependencies.xml Fri Jul 17 14:18:10 2015 -0400 @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -44,16 +44,16 @@ 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 - + - + - + @@ -93,14 +93,14 @@ - sed -i -e 's/# www.boost.org/ifeq "$(strip $(BOOST_LIBDIR))" ""/' Makefile.incl - sed -i -e 's/# Proteowizrd/endif/' Makefile.incl + sed -i.bak -e 's/# www.boost.org/ifeq "$(strip $(BOOST_LIBDIR))" ""/' Makefile.incl + sed -i.bak -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.bak -e 's/# Build expat library/ifeq "$(strip $(EXPAT_LIB))" ""/' Makefile.incl + sed -i.bak -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 + sed -i.bak -e 's/# HTMLDOC/ifeq "$(strip $(HTMLDOC_BIN))" "not-needed"/' Makefile.incl + sed -i.bak -e 's/# put common.*/endif/' Makefile.incl cat Makefile.incl > /home/bag/makefile.incl.txt @@ -110,9 +110,9 @@ TPP is fails with a error due to an deprecated use of qw() See the rant @ http://blogs.perl.org/users/rurban/2010/09/qw-in-list-context-deprecated.html --> - - sed -i -e 's/qw(.*) /(&) /' ../CGI/show_nspbin.pl - sed -i -e 's/qw(.*) /(&) /' ../perl/exporTPP.pl + + sed -i.bak -e 's/qw(.*) /(&) /' ../CGI/show_nspbin.pl + sed -i.bak -e 's/qw(.*) /(&) /' ../perl/exporTPP.pl echo '' > ../perl/tpp_models.pl make