view macros.xml @ 3:43f9ca23c132 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 0412195e7380e34250a231f6ea4371d309284ff9"
author iuc
date Sat, 24 Apr 2021 13:28:53 +0000
parents 91ee99b4f05a
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.3</token>
    <token name="@INTYPES@">
        fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz
    </token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
        </requirements>
    </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>