changeset 0:4819d276ffaf

Initial Commit
author iracooke@gmail.com
date Thu, 24 Oct 2013 13:10:37 +1100
parents
children 82e26fa61b00
files tool_dependencies.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 24 13:10:37 2013 +1100
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool_dependency>
+        <package name="trans_proteomic_pipeline" version="4.6.1">
+            <install version="1.0">
+                <actions>
+                    <action type="download_by_url">https://dl.dropboxusercontent.com/u/226794/galaxy/tpp_4.6.1.tar.gz</action>
+                    <action language="cheetah" type="template_command">
+                        sh install.sh $env.INSTALL_DIR
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable action="set_to" name="TPP_PERL_DIR">$INSTALL_DIR/perl5</environment_variable>
+                        <environment_variable action="set_to" name="PROTK_TPP_ROOT">$INSTALL_DIR</environment_variable>
+                    </action>
+                </actions>
+            </install>
+            <readme>
+                This part of the installer is extremely minimal. It just downloads and runs a shell script that does the install.
+            </readme>
+        </package>
+</tool_dependency>