Mercurial > repos > matthias > dada2_dada
changeset 12:13ba695d3b52 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:30:39 -0400 |
parents | 812ec9c53638 |
children | |
files | macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Aug 29 09:06:57 2019 -0400 +++ b/macros.xml Tue Oct 15 07:30:39 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>