Mercurial > repos > iuc > breseq
view macros.xml @ 0:a7735dbd58ee draft
"planemo upload commit fadaff2d55736bf8c580541d6089c83cd4106a1f"
| author | iuc |
|---|---|
| date | Thu, 31 Oct 2019 19:40:15 -0400 |
| parents | |
| children | 256cd7d32d15 |
line wrap: on
line source
<macros> <token name="@PACKAGE_VERSION@" >0.34.0</token> <token name="@GALAXY_VERSION@" >1</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>
