view macros.xml @ 8:56c1b5f9f8bf draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit e7ac80b7bf62e50eb537b5adbe0a5ece8c4e77df-dirty"
author dfornika
date Mon, 24 Feb 2020 20:42:30 +0000
parents 70e20e8ccdaf
children
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>