Mercurial > repos > iuc > biom_subset_table
view macros.xml @ 3:21d82e12a2c7 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 1a34951441a1cb223433f2e18fa51efc16a8f3db"
author | iuc |
---|---|
date | Mon, 18 Apr 2022 12:51:12 +0000 |
parents | 9d84e99a4253 |
children | 75e8620b4c99 |
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.12</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">20.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>