view macros.xml @ 0:1aab9cf41bd0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit f4e45447b1a8f2d99f3feda11a7c7d2bc7f84a57
author iuc
date Wed, 24 Sep 2025 13:46:33 +0000
parents
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>