view macros.xml @ 2:fa35f1106d3e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hifiasm_meta commit bc8759245f44924d0122276e42f02fc1f1190e50
author iuc
date Mon, 06 Feb 2023 12:20:38 +0000
parents 15dbb444df71
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.3.1</token>
    <token name="@CONDA_VERSION@">hamtv0.3.1</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">22.05</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@CONDA_VERSION@">hifiasm_meta</requirement>
        </requirements>
    </xml>
    <!-- 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>