view macros.xml @ 1:8f32dcfde5d9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 344ee746d6e93c583331c0f74d234ab200a8ce43
author iuc
date Fri, 26 Sep 2025 14:27:48 +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>