Mercurial > repos > iuc > breseq
view macros.xml @ 2:d515d94db821 draft
"planemo upload commit 9f3f6fbbe2653d4c42818a89d6897ddaef6706b1"
| author | iuc |
|---|---|
| date | Wed, 07 Apr 2021 12:17:17 +0000 |
| parents | 256cd7d32d15 |
| 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>
