view macros.xml @ 2:e0c0fda064eb draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mash commit ff9564c2e6924fab084b6e02a3a196650041636a
author iuc
date Thu, 16 Oct 2025 16:43:41 +0000
parents 3b275e1a1581
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.3</token>
    <token name="@PROFILE@">23.2</token>
    <token name="@INTYPES@">fasta,fasta.gz,fastqsanger,fastqsanger.gz</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
        </requirements>
    </xml>
    <xml name="xref">
        <xrefs>
            <xref type="bio.tools">mash</xref>
        </xrefs>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s13059-016-0997-x</citation>
        </citations>
    </xml>
    <xml name="version_command">
        <version_command>mash --version</version_command>
    </xml>
</macros>