Mercurial > repos > diodupima > coast_search_diamond
comparison macros.xml @ 1:1c52662fcc50 draft default tip
"planemo upload commit 50c5525c05d834545335e0273352b1aff79e5702-dirty"
author | diodupima |
---|---|
date | Wed, 17 Nov 2021 11:09:10 +0000 |
parents | 00921ff6b0b7 |
children |
comparison
equal
deleted
inserted
replaced
0:00921ff6b0b7 | 1:1c52662fcc50 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">0.1.2</token> | 2 <token name="@TOOL_VERSION@">0.2.0</token> |
3 <xml name="requirements"> | 3 <xml name="requirements"> |
4 <requirement type="package" version="0.1.2">coast</requirement> | 4 <requirement type="package" version="0.2.0">coast</requirement> |
5 </xml> | 5 </xml> |
6 <xml name="citations_coast"> | 6 <xml name="citations_coast"> |
7 <citation type="bibtex">@misc{noauthor_coast_nodate, | 7 <citation type="bibtex">@misc{noauthor_coast_nodate, |
8 title = {{COAST} - {Compartive} {Ominc} {Alignment} {Search} {Tool}}, | 8 title = {{COAST} - {Compartive} {Ominc} {Alignment} {Search} {Tool}}, |
9 url = {https://gitlab.com/coast_tool/COAST}, | 9 url = {https://gitlab.com/coast_tool/COAST}, |
125 | 125 |
126 <xml name="output_format"> | 126 <xml name="output_format"> |
127 <param name="outfmt" type="select" optional="true" multiple="true" display="checkboxes" label="Select outputs"> | 127 <param name="outfmt" type="select" optional="true" multiple="true" display="checkboxes" label="Select outputs"> |
128 <option value="b" selected="true">Best-hits tabular file</option> | 128 <option value="b" selected="true">Best-hits tabular file</option> |
129 <option value="a" selected="true">Results tabular file</option> | 129 <option value="a" selected="true">Results tabular file</option> |
130 <option value="r" selected="true">Summarized Report</option> | 130 <!-- <option value="r" selected="true">Summarized Report</option>--> |
131 </param> | 131 </param> |
132 </xml> | 132 </xml> |
133 <token name="@OUTPUT_FORMAT@"><![CDATA[ | 133 <token name="@OUTPUT_FORMAT@"><![CDATA[ |
134 #if $outfmt | 134 #if $outfmt |
135 --outfmt | 135 --outfmt |