Mercurial > repos > iuc > breseq
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Oct 31 19:40:15 2019 -0400 @@ -0,0 +1,14 @@ +<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>
