Mercurial > repos > iuc > breseq
comparison macros.xml @ 3:0d18a3ba2d1c draft default tip
"planemo upload commit 6e869b3e13ed7b012b270f14fce812613642e5f2"
author | iuc |
---|---|
date | Mon, 04 Apr 2022 08:30:52 +0000 |
parents | 82fb5e3bb93e |
children |
comparison
equal
deleted
inserted
replaced
2:82fb5e3bb93e | 3:0d18a3ba2d1c |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@PACKAGE_VERSION@" >0.35.5</token> | 2 <token name="@TOOL_VERSION@">0.35.5</token> |
3 <token name="@GALAXY_VERSION@" >0</token> | 3 <token name="@VERSION_SUFFIX@">1</token> |
4 <token name="@PROFILE@">20.09</token> | |
4 <xml name="annotate_format_opts"> | 5 <xml name="annotate_format_opts"> |
5 <section name="output_options" title="Output Options" expanded="false"> | 6 <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 <param argument="--format" name="formats" type="select" multiple="true" optional="false" label="Output Formats" help="Note, this tool will run as many times (serially) as the number of output formats selected."> |
7 <yield /> | 8 <yield /> |
8 <option value="tsv">Annotated Variants (Tabular)</option> | 9 <option value="tsv">Annotated Variants (Tabular)</option> |
9 <option value="json">Annotated Variants (Json)</option> | 10 <option value="json">Annotated Variants (Json)</option> |
10 <option value="html">Report (Webpage)</option> | 11 <option value="html">Report (Webpage)</option> |
11 </param> | 12 </param> |