Mercurial > repos > greg > plant_tribes_assembly_post_processor
comparison macros.xml @ 11:2c2ad8af0a4e draft default tip
planemo upload for repository https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/phylogenetics/plant_tribes/assembly_post_processor commit 5b19bd262023af92bc9aaa65f75b5ec81814e90f-dirty
author | greg |
---|---|
date | Wed, 12 Jun 2024 19:29:25 +0000 |
parents | ade62ce0029b |
children |
comparison
equal
deleted
inserted
replaced
10:4d73965d99a2 | 11:2c2ad8af0a4e |
---|---|
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"> | 4 <xml name="param_method"> |
5 <param name="method" type="select" label="Protein clustering method" dynamic_options="get_clustering_method_options(scaffold)"/> | 5 <param name="method" type="select" label="Protein clustering method" dynamic_options="get_clustering_method_options(scaffold)"/> |
6 </xml> | 6 </xml> |
7 <xml name="param_scaffold"> | 7 <xml name="param_scaffold"> |
8 <param name="scaffold" type="select" label="Gene family scaffold" refresh_on_change="True"> | 8 <param name="scaffold" type="select" label="Gene family scaffold" refresh_on_change="True"> |
13 <filter type="sort_by" column="1"/> | 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."/> | 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> | 15 </options> |
16 </param> | 16 </param> |
17 </xml> | 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> | 18 </macros> |