annotate tool_dependencies.xml @ 0:4819d276ffaf

Initial Commit
author iracooke@gmail.com
date Thu, 24 Oct 2013 13:10:37 +1100
parents
children 82e26fa61b00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
1 <?xml version="1.0"?>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
2 <tool_dependency>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
3 <package name="trans_proteomic_pipeline" version="4.6.1">
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
4 <install version="1.0">
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
5 <actions>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
6 <action type="download_by_url">https://dl.dropboxusercontent.com/u/226794/galaxy/tpp_4.6.1.tar.gz</action>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
7 <action language="cheetah" type="template_command">
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
8 sh install.sh $env.INSTALL_DIR
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
9 </action>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
10 <action type="set_environment">
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
11 <environment_variable action="set_to" name="TPP_PERL_DIR">$INSTALL_DIR/perl5</environment_variable>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
12 <environment_variable action="set_to" name="PROTK_TPP_ROOT">$INSTALL_DIR</environment_variable>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
13 </action>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
14 </actions>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
15 </install>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
16 <readme>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
17 This part of the installer is extremely minimal. It just downloads and runs a shell script that does the install.
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
18 </readme>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
19 </package>
4819d276ffaf Initial Commit
iracooke@gmail.com
parents:
diff changeset
20 </tool_dependency>