Mercurial > repos > iuc > humann2_reduce_table
diff humann2_macros.xml @ 3:0e59e6f73f5f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 55eb503f50c54695ec36c3d4671c2b3e64d05f40"
| author | iuc |
|---|---|
| date | Fri, 05 Feb 2021 18:15:00 +0000 |
| parents | f2e3c28b17ae |
| children |
line wrap: on
line diff
--- a/humann2_macros.xml Sat Jan 25 23:13:08 2020 +0000 +++ b/humann2_macros.xml Fri Feb 05 18:15:00 2021 +0000 @@ -7,6 +7,13 @@ <yield/> </requirements> </xml> + + <xml name="stdio"> + <stdio> + <regex match="Failed to allocate sufficient memory." source="stderr" level="fatal_oom" description="Out of memory error occurred" /> + <regex match="MemoryError" source="stderr" level="fatal_oom" description="Out of memory error occurred" /> + </stdio> + </xml> <xml name="version"> <version_command>humann2 --version</version_command> </xml>
