changeset 0:1e6808c08099 draft

Uploaded
author galaxyp
date Mon, 24 Jun 2013 17:16:52 -0400
parents
children 6373ed8c4d76
files README.md tool_dependencies.xml
diffstat 2 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Jun 24 17:16:52 2013 -0400
@@ -0,0 +1,3 @@
+Galaxy tool shed repository for install idpqonvert dependency. This
+repository contains no tools, see the bumbershoot repository for
+actual Galaxy tools.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Jun 24 17:16:52 2013 -0400
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="" version="2.1.131">
+        <install version="1.0">
+            <actions>
+              <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/idpQonvert_3.0.475</action>
+	      <action type="shell_command">mv 'idpQonvert_3.0.475' idpQonvert</action>
+	      <action type="shell_command">chmod 755 "idpQonvert"</action>
+	      <action type="shell_command">mkdir -p 'env["system_install"]/bin'</action>
+              <action type="shell_command">mv "idpQonvert" 'env["system_install"]/bin'</action>
+              <action type="shell_command">chmod +x 'env["system_install"]/bin/idpQonvert'</action>
+              <action type="set_environment">
+                <environment_variable name="PATH" action="prepend_to">'env["system_install"]/bin'</environment_variable>
+              </action>                
+            </actions>
+        </install>
+        <readme>
+          This package downloads and installs idqonvert.
+        </readme>
+    </package>
+</tool_dependency>