view macros.xml @ 6:23d6489e2604 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 16d60f67e8fef6c51af1161d677c32d37cb0cab2
author iuc
date Tue, 23 Sep 2025 13:48:48 +0000
parents 0f9b62370529
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>