Mercurial > repos > iuc > breseq
comparison macros.xml @ 0:a7735dbd58ee draft
"planemo upload commit fadaff2d55736bf8c580541d6089c83cd4106a1f"
| author | iuc |
|---|---|
| date | Thu, 31 Oct 2019 19:40:15 -0400 |
| parents | |
| children | 256cd7d32d15 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a7735dbd58ee |
|---|---|
| 1 <macros> | |
| 2 <token name="@PACKAGE_VERSION@" >0.34.0</token> | |
| 3 <token name="@GALAXY_VERSION@" >1</token> | |
| 4 <xml name="annotate_format_opts"> | |
| 5 <section name="output_options" title="Output Options" expanded="false"> | |
| 6 <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."> | |
| 7 <yield /> | |
| 8 <option value="tsv">Annotated Variants (Tabular)</option> | |
| 9 <option value="json">Annotated Variants (Json)</option> | |
| 10 <option value="html">Report (Webpage)</option> | |
| 11 </param> | |
| 12 </section> | |
| 13 </xml> | |
| 14 </macros> |
