view macros.xml @ 19:26398a29c815 draft default tip

Uploaded
author dfornika
date Mon, 24 Feb 2020 21:06:13 +0000
parents 34869670b2d0
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>