Mercurial > repos > matthias > dada2_assigntaxonomyaddspecies
diff macros.xml @ 11:e5b6d976b60c 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:06:19 -0400 |
| parents | 50877513a2dc |
| children | b0260fdd2d63 |
line wrap: on
line diff
--- a/macros.xml Tue May 28 12:50:54 2019 -0400 +++ b/macros.xml Thu Aug 29 09:06:19 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>
