0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
3
|
3 <package name="galaxy_protk" version="1.2.2">
|
|
4 <repository toolshed="http://toolshed.g2.bx.psu.edu" name="galaxy_protk" owner="iracooke" changeset_revision="c25df71f7b68" prior_installation_required="True"/>
|
|
5 </package>
|
0
|
6 <package name="trans_proteomic_pipeline" version="4.6.1">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url">https://dl.dropbox.com/u/226794/galaxy_protk.tar.gz</action>
|
3
|
10 <action type="shell_command">sh install_tpp.sh $INSTALL_DIR 1.2.2</action>
|
0
|
11 <action type="move_file">
|
|
12 <source>install_tpp.sh</source>
|
|
13 <destination>$INSTALL_DIR</destination>
|
|
14 </action>
|
|
15 <action type="set_environment">
|
|
16 <environment_variable name="PROTK_TPP_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
|
|
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
18 </action>
|
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>
|
|
22 The Trans Proteomic Pipeline is a collection of proteomics tools. For more information see http://tools.proteomecenter.org/wiki/index.php?title=Software:TPP
|
|
23
|
|
24 This package installs the TPP (Trans Proteomic Pipeline) using an installation script contained in protk. It requires the galaxy_protk package to be installed before it will work.
|
|
25 </readme>
|
|
26 </package>
|
|
27
|
3
|
28 </tool_dependency>
|