Mercurial > repos > iuc > humann2_barplot
changeset 2:0843161c685d 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:13:03 +0000 |
| parents | 403e42e00caa |
| children | e4cb276d8c51 |
| files | humann2_barplot.xml humann2_macros.xml repository_dependencies.xml |
| diffstat | 3 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/humann2_barplot.xml Sat Jan 25 23:17:21 2020 +0000 +++ b/humann2_barplot.xml Fri Feb 05 18:13:03 2021 +0000 @@ -1,8 +1,9 @@ -<tool id="humann2_barplot" name="Barplot" version="@WRAPPER_VERSION@.0"> +<tool id="humann2_barplot" name="Barplot" version="@WRAPPER_VERSION@.1"> <description>stratified HUMAnN2 features</description> <macros> <import>humann2_macros.xml</import> </macros> + <expand macro="stdio"/> <expand macro="requirements"> <requirement type="package" version="2.0.2">matplotlib</requirement> <requirement type="package" version="1.13.1">numpy</requirement>
--- a/humann2_macros.xml Sat Jan 25 23:17:21 2020 +0000 +++ b/humann2_macros.xml Fri Feb 05 18:13:03 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>
--- a/repository_dependencies.xml Sat Jan 25 23:17:21 2020 +0000 +++ b/repository_dependencies.xml Fri Feb 05 18:13:03 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" ?> <repositories description="This requires the HUMAnN2 data manager definition to install all required databases."> - <repository changeset_revision="db1dd1044a39" name="data_manager_metaphlan2_database_downloader" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"/> - <repository changeset_revision="afe83ae43e1e" name="data_manager_humann2_database_downloader" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"/> + <repository name="data_manager_metaphlan2_database_downloader" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" changeset_revision="db1dd1044a39"/> + <repository name="data_manager_humann2_database_downloader" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" changeset_revision="afe83ae43e1e"/> </repositories> \ No newline at end of file
