Mercurial > repos > iuc > biom_convert
view macros.xml @ 6:1b5fc03380d4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit ddde8018cc6ff30dbb448e66be5433ce36e56b55
author | iuc |
---|---|
date | Fri, 19 Aug 2022 18:53:29 +0000 |
parents | 33c99804a32f |
children | e525f9ffb9ac |
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@">1</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>