Mercurial > repos > iuc > biom_summarize_table
changeset 9:dcd58d900b02 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:36:12 +0000 |
parents | c395d0c2125e |
children | 3dff162d44e9 |
files | biom_summarize_table.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/biom_summarize_table.xml Thu Oct 26 07:28:57 2023 +0000 +++ b/biom_summarize_table.xml Fri Feb 09 21:36:12 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="exit_code">
--- a/macros.xml Thu Oct 26 07:28:57 2023 +0000 +++ b/macros.xml Fri Feb 09 21:36:12 2024 +0000 @@ -8,6 +8,11 @@ <token name="@TOOL_VERSION@">2.1.15</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">biomformat</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>biom --version</version_command> </xml>