Mercurial > repos > iuc > breseq
view macros.xml @ 1:256cd7d32d15 draft
"planemo upload commit debdcdbb89f9bf3e2c3eed05cb078eddb27d4684"
| author | iuc |
|---|---|
| date | Mon, 02 Dec 2019 09:51:02 +0000 |
| parents | a7735dbd58ee |
| children | d515d94db821 |
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>
