Mercurial > repos > iuc > biom_convert
view macros.xml @ 7:e525f9ffb9ac draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 1ec368e960b856bfa1c62af80faa579087cef9ae
author | iuc |
---|---|
date | Tue, 20 Dec 2022 19:39:01 +0000 |
parents | 1b5fc03380d4 |
children | 72ed72122deb |
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.13</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>