Mercurial > repos > iuc > biom_convert
view macros.xml @ 5:33c99804a32f 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:50:15 +0000 |
parents | 54ccb7e1f49a |
children | 1b5fc03380d4 |
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>