16
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
17
|
3 <package name="libgd" version="2.1.0">
|
|
4 <repository changeset_revision="dcbab64c0429" name="package_libgd_2_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
16
|
5 </package>
|
17
|
6 <package name="trans_proteomic_pipeline" version="4.6.3">
|
16
|
7 <install version="1.0">
|
|
8 <actions>
|
18
|
9 <action type="setup_perl_environment">
|
|
10 <repository changeset_revision="091a97f8c585" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
11 <package name="perl" version="5.18.1" />
|
|
12 </repository>
|
|
13 <!-- allow downloading and installing an Perl package from cpan.org-->
|
|
14
|
|
15 <package>http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-2.41.tar.gz</package>
|
|
16 <!-- Also possible but not reproducible, due to the fact that always the latest version is installed.
|
|
17 <package>XML::Parser</package>
|
|
18 -->
|
|
19 <package>http://search.cpan.org/CPAN/authors/id/L/LD/LDS/CGI.pm-3.43.tar.gz</package>
|
|
20
|
|
21
|
|
22 </action>
|
|
23 <action type="download_file">https://downloads.sourceforge.net/project/sashimi/Trans-Proteomic%20Pipeline%20%28TPP%29/TPP%20v4.6%20%28occupy%29%20rev%203/TPP-4.6.3.tgz</action>
|
16
|
24 <!-- populate the environment variables from the dependend repos -->
|
|
25 <action type="set_environment_for_install">
|
17
|
26 <repository changeset_revision="dcbab64c0429" name="package_libgd_2_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
27 <package name="libgd" version="2.1.0" />
|
16
|
28 </repository>
|
|
29 </action>
|
18
|
30 <action type="shell_command">tar xfz TPP-4.6.3.tgz</action>
|
|
31 <!-- doanload patched version of htmldoc to prevent a TPP crashed during compilation -->
|
|
32 <action type="download_file">https://github.com/bgruening/download_store/raw/master/htmldoc/htmldoc-1.8.27-8.debian.patched.tar.gz</action>
|
|
33
|
|
34 <action type="move_file">
|
|
35 <source>htmldoc-1.8.27-8.debian.patched.tar.gz</source>
|
|
36 <destination>./TPP-4.6.3/extern/htmldoc.tgz</destination>
|
|
37 </action>
|
|
38
|
|
39 <action type="change_directory">./TPP-4.6.3/trans_proteomic_pipeline/src/</action>
|
|
40 <action type="shell_command">echo 'TPP_ROOT=$INSTALL_DIR/tpp' > Makefile.config.incl</action>
|
|
41 <action type="shell_command">ls -l > $INSTALL_DIR/foo.txt</action>
|
|
42 <action type="shell_command">cat Makefile.config.incl > $INSTALL_DIR/foo2.txt</action>
|
|
43 <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB && export PATH=$PERL_ROOT_DIR/bin/:$PATH && make</action>
|
|
44 <action type="shell_command">make install</action>
|
16
|
45 <action type="set_environment">
|
|
46 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
17
|
47 <environment_variable action="set_to" name="TPP_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
16
|
48 </action>
|
|
49 </actions>
|
|
50 </install>
|
|
51 <readme>
|
17
|
52 Installs and complils the trans proteomic pipeline in version 4.6.3.
|
|
53 The Trans-Proteomic Pipeline (TPP) is a collection of integrated tools for MS/MS proteomics, developed at the SPC.
|
|
54
|
|
55 http://tools.proteomecenter.org/
|
|
56
|
|
57 PATH will be set.
|
|
58 TPP_ROOT_PATH will point to the root path of the installation.
|
|
59 </readme>
|
|
60 </package>
|
16
|
61 </tool_dependency>
|