changeset 0:d70953d19ecd draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bwtool_1_0 commit 769dbe2fe3979b0e960c14d532a266855a73d480
author iuc
date Wed, 22 Jul 2015 13:21:59 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jul 22 13:21:59 2015 -0400
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="bwtool" version="1.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/andypohl/bwtool-ue/releases/download/1.0/bwtool-ue-1.0-full.tar.gz</action>
+                <action type="autoconf" />
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="BWTOOL_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>