changeset 0:906e1ca45fe2 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_metaphlan_2_0 commit 5edd9d9fd2f64ad6f1785e1cbf15f73ed4a42044-dirty
author bebatut
date Wed, 09 Dec 2015 11:47:50 -0500
parents
children d041345c1c7b
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Dec 09 11:47:50 2015 -0500
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="metaphlan2" version="2.0">
+        <install version="1.0">
+            <actions>
+                <action sha256sum="17b090bcd8dc98531639455176607efd2fb76ecab1f6eedfd5ec70e7d92cf375" type="download_by_url">https://bitbucket.org/biobakery/metaphlan2/get/default.zip</action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR/</destination_directory>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="METAPHLAN2_DIR" action="set_to">$INSTALL_DIR/</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme></readme>
+    </package>
+</tool_dependency>
\ No newline at end of file