Mercurial > repos > iuc > biom_normalize_table
view macros.xml @ 8:77174295b6f4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 94b799bfabff7127794b8ed43d6d278f3f961222
author | iuc |
---|---|
date | Thu, 26 Oct 2023 07:28:12 +0000 |
parents | e34a4fe24d77 |
children | 4ede01f01d20 |
line wrap: on
line source
<macros> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">biom-format</requirement> <yield/> </requirements> </xml> <token name="@TOOL_VERSION@">2.1.15</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command>biom --version</version_command> </xml> <xml name="citations"> <citations> <citation type="doi">10.1186/2047-217X-1-7</citation> <yield/> </citations> </xml> </macros>