Mercurial > repos > galaxy-australia > hifiasm_meta
diff macros.xml @ 1:15dbb444df71 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit 939f7ba1b584cb940244def0b6765d2494af3b94
author | iuc |
---|---|
date | Wed, 18 Jan 2023 09:12:38 +0000 |
parents | 6b86c86eab26 |
children | fa35f1106d3e |
line wrap: on
line diff
--- a/macros.xml Thu Jan 12 23:07:53 2023 +0000 +++ b/macros.xml Wed Jan 18 09:12:38 2023 +0000 @@ -1,11 +1,23 @@ <macros> - <token name="@TOOL_VERSION@">hamtv0.3</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@TOOL_VERSION@">0.3</token> + <token name="@CONDA_VERSION@">hamtv0.3</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">22.05</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@TOOL_VERSION@">hifiasm_meta</requirement> + <requirement type="package" version="@CONDA_VERSION@">hifiasm_meta</requirement> </requirements> </xml> - <!-- no citation or bio.tools id yet! --> + <!-- no citation or bio.tools id yet --> + <xml name="citations"> + <citations> + <citation type="bibtex">@software{hifiasm-meta, + author = {xfengnefx}, + year = {2023}, + title = {hifiasm-meta}, + publisher = {GitHub}, + url = {https://github.com/xfengnefx/hifiasm-meta} + }</citation> + </citations> + </xml> </macros>