diff tool_dependencies.xml @ 0:a246a50c9ac4 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit 675e7ad75372174942763ffb2e5ca78bcdda0d4b-dirty
author chrisd
date Wed, 13 Jul 2016 14:45:29 -0400
parents
children b64dbbc8ff95
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Jul 13 14:45:29 2016 -0400
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="metasnp" version="0.1">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone --recursive https://github.com/cdeanj/meta_snp.git</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>metasnp</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 metasnp requires a C++ compiler</readme>
+    </package>
+</tool_dependency>