Mercurial > repos > matthias > dada2_derepfastq
diff macros.xml @ 12:4861220ec0c9 draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit b59ed2476188176bb5b2973f59899b7d733e7641-dirty
| author | matthias |
|---|---|
| date | Thu, 29 Aug 2019 09:01:58 -0400 |
| parents | b70b907b1c5e |
| children | 13d85ceb0d4a |
line wrap: on
line diff
--- a/macros.xml Tue May 28 12:46:32 2019 -0400 +++ b/macros.xml Thu Aug 29 09:01:58 2019 -0400 @@ -16,6 +16,13 @@ ]]></version_command> </xml> + <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" /> + </stdio> + </xml> + <xml name="citations"> <citations> <citation type="doi">10.1038/nmeth.3869</citation>
