view macros.xml @ 1:77289957d47b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
author iuc
date Wed, 26 Feb 2020 15:48:46 -0500
parents 68084b06ae83
children 91ee99b4f05a
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>