Mercurial > repos > iuc > humann2_barplot
comparison humann2_macros.xml @ 4:56cb2b0269d1 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:22:45 +0000 |
parents | efd98a5e8255 |
children |
comparison
equal
deleted
inserted
replaced
3:3b3575edab80 | 4:56cb2b0269d1 |
---|---|
4 <xml name="requirements"> | 4 <xml name="requirements"> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement> | 6 <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement> |
7 <yield/> | 7 <yield/> |
8 </requirements> | 8 </requirements> |
9 </xml> | |
10 | |
11 <xml name="stdio"> | |
12 <stdio> | |
13 <regex match="Failed to allocate sufficient memory." source="stderr" level="fatal_oom" description="Out of memory error occurred" /> | |
14 <regex match="MemoryError" source="stderr" level="fatal_oom" description="Out of memory error occurred" /> | |
15 </stdio> | |
9 </xml> | 16 </xml> |
10 <xml name="version"> | 17 <xml name="version"> |
11 <version_command>humann2 --version</version_command> | 18 <version_command>humann2 --version</version_command> |
12 </xml> | 19 </xml> |
13 <token name="@HELP_HEADER@"> | 20 <token name="@HELP_HEADER@"> |