Mercurial > repos > iuc > breseq
diff macros.xml @ 0:f848a7f97332 draft
"planemo upload commit fadaff2d55736bf8c580541d6089c83cd4106a1f"
author | iuc |
---|---|
date | Thu, 31 Oct 2019 19:40:40 -0400 |
parents | |
children | 85c57cc9b558 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Oct 31 19:40:40 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>