view macros.xml @ 3:58518ba76409 draft default tip

"planemo upload commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 07:47:32 +0000
parents d515d94db821
children
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>