changeset 13:13d85ceb0d4a draft default tip

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit df2dfeb75f88b326f567cab8df4e6c4a7f2e548c
author matthias
date Tue, 15 Oct 2019 07:25:03 -0400
parents 4861220ec0c9
children
files macros.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Aug 29 09:01:58 2019 -0400
+++ b/macros.xml	Tue Oct 15 07:25:03 2019 -0400
@@ -18,8 +18,8 @@
 
     <xml name="stdio">
         <stdio>
-				<regex match="Error: cannot allocate" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
-				<regex match="'Calloc' could not allocate memory" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
+            <regex match="Error: cannot allocate" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
+            <regex match="'Calloc' could not allocate memory" source="stderr" level="fatal_oom" description="Out of memory error occurred" />
         </stdio>
     </xml>