view macros.xml @ 12:875d0f36d66f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit f713a7853d074ca39057c680ebadba5cbecf5d86"
author iuc
date Sun, 06 Feb 2022 21:02:38 +0000
parents 7594365c546b
children 675488238c96
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">quast</requirement>
            <requirement type="package" version="0.69.8">circos</requirement>
        </requirements>
    </xml>
    <xml name="bio_tools">
        <xrefs>
            <xref type="bio.tools">quast</xref>
        </xrefs>
    </xml>
    <token name="@TOOL_VERSION@">5.0.2</token>
    <token name="@VERSION_SUFFIX@">4</token>
    <xml name="gene_thresholds">
        <param name="gene_thresholds" argument="--gene-thresholds" type="text" value="0,300,1500,3000" label="Comma-separated list of thresholds (in bp) for gene lengths to find with a finding tool"/>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1093/bioinformatics/bty266</citation>
            <citation type="doi">10.1093/bioinformatics/btw379</citation>
            <citation type="doi">10.1093/bioinformatics/btv697</citation>
            <citation type="doi">10.1093/bioinformatics/btt086</citation>
        </citations>
    </xml>
</macros>