Repository 'humann2_barplot'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/humann2_barplot

Changeset 4:56cb2b0269d1 (2021-02-05)
Previous changeset 3:3b3575edab80 (2021-02-01) Next changeset 5:09c1bbec1032 (2021-03-28)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 55eb503f50c54695ec36c3d4671c2b3e64d05f40"
modified:
humann2_barplot.xml
humann2_macros.xml
b
diff -r 3b3575edab80 -r 56cb2b0269d1 humann2_barplot.xml
--- a/humann2_barplot.xml Mon Feb 01 18:23:46 2021 +0000
+++ b/humann2_barplot.xml Fri Feb 05 18:22:45 2021 +0000
b
@@ -1,8 +1,9 @@
-<tool id="humann2_barplot" name="Barplot" version="@WRAPPER_VERSION@.0">
+<tool id="humann2_barplot" name="Barplot" version="@WRAPPER_VERSION@.1">
     <description>stratified HUMAnN2 features</description>
     <macros>
         <import>humann2_macros.xml</import>
     </macros>
+    <expand macro="stdio"/>
     <expand macro="requirements">
         <requirement type="package" version="2.0.2">matplotlib</requirement>
         <requirement type="package" version="1.13.1">numpy</requirement>
b
diff -r 3b3575edab80 -r 56cb2b0269d1 humann2_macros.xml
--- a/humann2_macros.xml Mon Feb 01 18:23:46 2021 +0000
+++ b/humann2_macros.xml Fri Feb 05 18:22:45 2021 +0000
b
@@ -7,6 +7,13 @@
             <yield/>
         </requirements>
     </xml>
+    
+    <xml name="stdio">
+        <stdio>
+            <regex match="Failed to allocate sufficient memory." source="stderr" level="fatal_oom" description="Out of memory error occurred" />
+            <regex match="MemoryError" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
+        </stdio>
+    </xml>
     <xml name="version">
         <version_command>humann2 --version</version_command>
     </xml>