view macros.xml @ 1:85c57cc9b558 draft

"planemo upload commit debdcdbb89f9bf3e2c3eed05cb078eddb27d4684"
author iuc
date Mon, 02 Dec 2019 04:51:27 -0500
parents f848a7f97332
children 82fb5e3bb93e
line wrap: on
line source

<macros>
    <token name="@PACKAGE_VERSION@" >0.34.0</token>
    <token name="@GALAXY_VERSION@" >2</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>