diff macros.xml @ 2:102d29c7c5a7 draft default tip

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/megan commit 20ad8976adec9d011d21484859258bf1ad22f42e-dirty
author matthias
date Wed, 19 Dec 2018 04:44:10 -0500
parents 2ac9f9b9dd63
children
line wrap: on
line diff
--- a/macros.xml	Mon Nov 05 03:45:27 2018 -0500
+++ b/macros.xml	Wed Dec 19 04:44:10 2018 -0500
@@ -9,7 +9,8 @@
     <xml name="stdio">
         <stdio>
             <exit_code level="fatal" range="1:" description="Error"/>
-        </stdio>
+            <regex match="There is insufficient memory for the Java Runtime Environment" source="stdout" level="fatal_oom" description="Out of memory" />
+    </stdio>
     </xml>
     <xml name="version_command">
         <version_command><![CDATA[./daa2rma |& grep version | sed 's/.*version \([0-9.]\+\),.*/\1/']]></version_command>