Mercurial > repos > iuc > package_tpp_4_6_3
annotate tool_dependencies.xml @ 2:aa519f1dda68
Can not rely on echo -e behavior
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 09 Oct 2014 06:55:57 -0500 |
parents | 0bce36ee6bf2 |
children | 679b2c6a6e19 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libgd" version="2.1.0"> | |
4 <repository changeset_revision="99a41bc40067" name="package_libgd_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="libpng" version="1.2.5"> | |
7 <repository changeset_revision="e0719be25969" name="package_libpng_1_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="bzlib" version="1.0.6"> | |
10 <repository changeset_revision="a8d7180642fa" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="perl" version="5.18.1"> | |
13 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="expat" version="2.1.0"> | |
16 <repository changeset_revision="0b8d0fa6cea6" name="package_expat_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
17 </package> | |
18 <package name="trans_proteomic_pipeline" version="4.6.3"> | |
19 <install version="1.0"> | |
20 <actions> | |
21 <!-- populate the environment variables from the dependent repos --> | |
22 <action type="set_environment_for_install"> | |
23 <repository changeset_revision="99a41bc40067" name="package_libgd_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
24 <package name="libgd" version="2.1.0" /> | |
25 </repository> | |
26 <repository changeset_revision="e0719be25969" name="package_libpng_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
27 <package name="libpng" version="1.2.5" /> | |
28 </repository> | |
29 <repository changeset_revision="a8d7180642fa" name="package_bzlib_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
30 <package name="bzlib" version="1.0.6" /> | |
31 </repository> | |
32 <repository changeset_revision="0b8d0fa6cea6" name="package_expat_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
33 <package name="expat" version="2.1.0" /> | |
34 </repository> | |
35 <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
36 <package name="perl" version="5.18.1" /> | |
37 </repository> | |
38 </action> | |
39 <action type="shell_command">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</action> | |
40 <action type="shell_command">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" CGI --force</action> | |
41 <action type="download_file">https://dl.dropbox.com/u/226794/TPP-4.6.3.tgz</action> | |
42 <action type="shell_command">tar -zxf TPP-4.6.3.tgz</action> | |
43 | |
1
0bce36ee6bf2
Edit tpp_gui.pl to change from CGI deprecated endform to end_form
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
44 <!-- Change deprecated CGI endform to end_form --> |
0bce36ee6bf2
Edit tpp_gui.pl to change from CGI deprecated endform to end_form
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
45 <action type="shell_command">sed -i.orig 's/endform/end_form/' TPP-4.6.3/trans_proteomic_pipeline/CGI/tpp_gui/tpp_gui.pl</action> |
0bce36ee6bf2
Edit tpp_gui.pl to change from CGI deprecated endform to end_form
Jim Johnson <jj@umn.edu>
parents:
0
diff
changeset
|
46 |
0 | 47 <action type="change_directory">./TPP-4.6.3/trans_proteomic_pipeline/src/</action> |
2 | 48 <action type="shell_command">echo "TPP_ROOT=$INSTALL_DIR/" > Makefile.config.incl</action> |
49 <action type="shell_command">echo "TPP_WEB=/tpp/" >> Makefile.config.incl</action> | |
50 <action type="shell_command">echo "XSLT_PROC=/usr/bin/xsltproc" >> Makefile.config.incl</action> | |
51 <action type="shell_command">echo "CGI_USER_DIR=$INSTALL_DIR/cgi-bin/" >> Makefile.config.incl</action> | |
0 | 52 |
53 <action type="shell_command">sed -i -e 's/qw(.*) /(&) /' ../CGI/show_nspbin.pl</action> | |
54 <action type="shell_command">sed -i -e 's/qw(.*) /(&) /' ../perl/exporTPP.pl</action> | |
55 <action type="shell_command">echo '' > ../perl/tpp_models.pl</action> | |
56 | |
57 <action type="shell_command">eval $(perl -I$PERL_LOCALLIB_DIR/lib/perl5 -Mlocal::lib=$PERL_LOCALLIB_DIR); make; make install</action> | |
58 | |
59 <action type="set_environment"> | |
60 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
61 <environment_variable action="set_to" name="TPP_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
62 </action> | |
63 | |
64 </actions> | |
65 </install> | |
66 <readme> | |
67 Installs and compiles the trans proteomic pipeline in version 4.6.3 | |
68 The Trans-Proteomic Pipeline (TPP) is a collection of integrated tools for MS/MS proteomics, developed at the SPC. | |
69 | |
70 http://tools.proteomecenter.org/ | |
71 | |
72 PATH will be set. | |
73 TPP_ROOT_PATH will point to the root path of the installation. | |
74 </readme> | |
75 </package> | |
76 </tool_dependency> |