diff tool_dependencies.xml @ 0:7073825e4338 draft default tip

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snpfinder commit d30f1a6891066d1a05d75bac8faacf439bc471dd
author chrisd
date Wed, 16 Nov 2016 21:32:13 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Nov 16 21:32:13 2016 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="snpfinder" version="0.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone --recursive https://github.com/cdeanj/snpfinder.git</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>snpfinder</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling snpfinder requires a C++ compiler</readme>
+    </package>
+</tool_dependency>