changeset 0:8c7976eed9c3 draft default tip

planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
author iuc
date Tue, 29 Nov 2016 14:51:45 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Nov 29 14:51:45 2016 -0500
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="abricate" version="0.3">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url" sha256sum="b140212787d7f6a45806cd1c25c1b75214bc3291f2b568adfc80a61bb4e6d7d2">https://github.com/tseemann/abricate/archive/v0.3.tar.gz</action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR</destination_directory>
+                </action>
+                <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/abricate</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>