view macros.xml @ 4:d9fb7a9bce28 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 419003af9d5cdf7466b3bbc229256da4fb5852e6"
author iuc
date Wed, 26 Feb 2020 19:04:41 +0000
parents 6d63b05cfea8
children 64ed772075e3
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.1</token>
    <token name="@INTYPES@">
        fasta,fasta.gz,fastq,fastq.gz,fastqsanger,fastqsanger.gz
    </token>
    
    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/s13059-016-0997-x</citation>
        </citations>
    </xml>

    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">mash</requirement>
        </requirements>
    </xml>

    <xml name="version_command">
        <version_command>mash --version</version_command>
    </xml>

</macros>