view macros.xml @ 10:342a1d1fed7b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit e8ef230f8e63e7fe37a02ee78e000d1063955052"
author iuc
date Mon, 08 Nov 2021 11:26:22 +0000
parents 45924fa8d8c5
children 7594365c546b
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@">2</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>