Mercurial > repos > iuc > biom_from_uc
view macros.xml @ 4:c82e077989ee 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:54:52 +0000 |
parents | 19d6d74091b5 |
children | e4c56e1361d9 |
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>