view macros.xml @ 2:82fb5e3bb93e draft

"planemo upload commit 9f3f6fbbe2653d4c42818a89d6897ddaef6706b1"
author iuc
date Wed, 07 Apr 2021 12:17:45 +0000
parents 85c57cc9b558
children 0d18a3ba2d1c
line wrap: on
line source

<macros>
    <token name="@PACKAGE_VERSION@" >0.35.5</token>
    <token name="@GALAXY_VERSION@" >0</token>
    <xml name="annotate_format_opts">
        <section name="output_options" title="Output Options" expanded="false">
            <param argument="--format" name="formats" type="select" multiple="true" optional="false" display="checkboxes" label="Output Formats" help="Note, this tool will run as many times (serially) as the number of output formats selected.">
                <yield />
                <option value="tsv">Annotated Variants (Tabular)</option>
                <option value="json">Annotated Variants (Json)</option>
                <option value="html">Report (Webpage)</option>
            </param>
        </section>
    </xml>
</macros>