diff metaphlan2_macros.xml @ 0:d2448d2bf1f8 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/metaphlan2/ commit 450bf3326f301c344103272b0d761e8625ce0c44-dirty
author bebatut
date Wed, 01 Jun 2016 10:45:26 -0400
parents
children 8991e05c44e4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/metaphlan2_macros.xml	Wed Jun 01 10:45:26 2016 -0400
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<macros>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="2.2.5">bowtie2</requirement>
+            <requirement type="package" version="2.5.0">metaphlan2</requirement>
+        </requirements>
+    </xml>
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" level="fatal"   description="" />
+            <regex match="ERROR"
+                   source="stderr"
+                   level="fatal"
+                   description="" />
+            <regex match="WARNING"
+                   source="stderr"
+                   level="warning"
+                   description="" />
+        </stdio>
+    </xml>
+</macros>
\ No newline at end of file