Mercurial > repos > greg > plant_tribes_gene_family_aligner
comparison macros.xml @ 11:1c5a484fc06f draft default tip
planemo upload for repository https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/phylogenetics/plant_tribes/gene_family_aligner commit f7690d10e0515911ee00455806e457bc53f145c7-dirty
author | greg |
---|---|
date | Thu, 13 Jun 2024 11:54:31 +0000 |
parents | 79ea0eef1942 |
children |
comparison
equal
deleted
inserted
replaced
10:79ea0eef1942 | 11:1c5a484fc06f |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <macros> | 2 <macros> |
3 <token name="@WRAPPER_VERSION@">1.0</token> | 3 <token name="@TOOL_VERSION@">1.0</token> |
4 <xml name="param_method"> | |
5 <param name="method" type="select" label="Protein clustering method" dynamic_options="get_clustering_method_options(scaffold)"/> | |
6 </xml> | |
7 <xml name="param_scaffold"> | |
8 <param name="scaffold" type="select" label="Gene family scaffold" refresh_on_change="True"> | |
9 <options from_data_table="plant_tribes_scaffolds"> | |
10 <column name="name" index="1"/> | |
11 <column name="value" index="2"/> | |
12 <column name="path" index="2"/> | |
13 <filter type="sort_by" column="1"/> | |
14 <validator type="no_options" message="No PlantTribes scaffolds are available. Use the PlantTribes Scaffolds Download Data Manager tool in Galaxy to install and populate the PlantTribes scaffolds data table."/> | |
15 </options> | |
16 </param> | |
17 </xml> | |
18 <xml name="citation1"> | |
19 <citation type="bibtex"> | |
20 @misc{None, | |
21 journal = {None}, | |
22 author = {1. Wafula EK}, | |
23 title = {Manuscript in preparation}, | |
24 year = {None}, | |
25 url = {https://github.com/dePamphilis/PlantTribes},} | |
26 </citation> | |
27 </xml> | |
28 </macros> | 4 </macros> |