Mercurial > repos > iuc > biom_normalize_table
view macros.xml @ 3:b26755cc8500 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:49:21 +0000 |
parents | bf72690f0fb0 |
children | c96b40e55311 |
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>