view macros.xml @ 13:675488238c96 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/quast commit 73d0b20640827d06320405f8d52cead9bf027beb"
author iuc
date Fri, 25 Mar 2022 17:36:59 +0000
parents 875d0f36d66f
children 3061c8b029e5
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@">5</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>