changeset 0:d76d5f2ffd13 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mash_1_0_2 commit 92c861e966def421edf27c353682314b26a53dc4-dirty
author iuc
date Mon, 30 Nov 2015 04:25:56 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Nov 30 04:25:56 2015 -0500
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="mash" version="1.0.2">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url" md5sum="04969fd7cd02d088d61aef9527234eb8">https://github.com/marbl/Mash/releases/download/v1.0.2/mash-Linux64-v1.0.2.tar.gz</action>
+                    <action type="move_file">
+                        <source>mash</source>
+                        <destination>$INSTALL_DIR/bin</destination>
+                    </action>
+                </actions>
+                <actions architecture="x86_64" os="darwin">
+                    <action type="download_by_url" md5sum="59ea4260713b9a7467fe85a3d5eee0d5">https://github.com/marbl/Mash/releases/download/v1.0.2/mash-OSX64-v1.0.2.tar.gz</action>
+                    <action type="move_file">
+                        <source>mash</source>
+                        <destination>$INSTALL_DIR/bin</destination>
+                    </action>
+
+                </actions>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>
+            Fast genome and metagenome distance estimation using MinHash.
+        </readme>
+    </package>
+</tool_dependency>