Mercurial > repos > iuc > biom_normalize_table
diff macros.xml @ 3:ea1936aa2d98 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
| author | iuc |
|---|---|
| date | Sat, 23 Oct 2021 21:26:40 +0000 |
| parents | a900ebd4a533 |
| children | 5741cec66fbd |
line wrap: on
line diff
--- a/macros.xml Fri Jan 24 21:38:47 2020 +0000 +++ b/macros.xml Sat Oct 23 21:26:40 2021 +0000 @@ -1,11 +1,13 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="2.1.5">biom-format</requirement> + <requirement type="package" version="@TOOL_VERSION@">biom-format</requirement> <yield/> </requirements> </xml> - <token name="@VERSION@">2.1.5</token> + <token name="@TOOL_VERSION@">2.1.10</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">20.05</token> <xml name="version_command"> <version_command>biom --version</version_command> </xml>
