Mercurial > repos > iuc > biom_summarize_table
view macros.xml @ 6:4720da8c2ebf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 5fc41e15cb372b3ae635c550c387ccd41af166f7
author | iuc |
---|---|
date | Sat, 21 Jan 2023 11:16:59 +0000 |
parents | 79dd7c4fdd1b |
children | b20d7592c0c8 |
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.14</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>