view gtdbtk_plugin.xml @ 30:26ee5e11ecbe draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/multiqc commit d4b9696c6c533ca1841c22b52bb3e73833e2e0d4
author iuc
date Thu, 15 Jan 2026 20:39:44 +0000
parents 7591bce96601
children
line wrap: on
line source

<macros>
    <token name="@GTDBTK_COMMAND@"><![CDATA[
        #set $pattern = "user_genome\tclassification\tclosest_genome_reference\tclosest_genome_reference_radius\tclosest_genome_taxonomy\tclosest_genome_ani"
        @LN_FILES@
    ]]></token>
    <xml name="gtdbtk_form">
        <param name="input" type="data" format="tsv" multiple="true" label="Output of GTDB-Tk" help="It should contain 'user_genome\tclassification\tclosest_genome_reference\tclosest_genome_reference_radius\tclosest_genome_taxonomy\tclosest_genome_ani'"/>
    </xml>
    <xml name="gtdbtk_test">
        <test expect_num_outputs="3">
            <repeat name="results">
                <conditional name="software_cond">
                    <param name="software" value="gtdbtk"/>
                    <param name="input" value="gtdbtk.tsv"/>
                </conditional>
            </repeat>
            <param name="title" value="Title of the report"/>
            <param name="comment" value="Commment for the report"/>
            <param name="flat" value="true"/>
            <param name="export" value="true"/>
            <output name="html_report">
                <assert_contents>
                    <has_text text="Title of the report"/>
                    <has_text text="Commment for the report"/>
                    <has_text text="GTDB-Tk"/>
                    <has_text text="genome_1_fna_gz"/>
                </assert_contents>
            </output>
            <output_collection name="plots" type="list" count="0"/>
        </test>
    </xml>
</macros>