Mercurial > repos > greg > plant_tribes_assembly_post_processor
view macros.xml @ 8:518b530c82de draft
Uploaded
author | greg |
---|---|
date | Thu, 06 Sep 2018 08:46:29 -0400 |
parents | ade62ce0029b |
children | 2c2ad8af0a4e |
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?> <macros> <token name="@WRAPPER_VERSION@">1.0</token> <xml name="param_method"> <param name="method" type="select" label="Protein clustering method" dynamic_options="get_clustering_method_options(scaffold)"/> </xml> <xml name="param_scaffold"> <param name="scaffold" type="select" label="Gene family scaffold" refresh_on_change="True"> <options from_data_table="plant_tribes_scaffolds"> <column name="name" index="1"/> <column name="value" index="2"/> <column name="path" index="2"/> <filter type="sort_by" column="1"/> <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."/> </options> </param> </xml> <xml name="citation1"> <citation type="bibtex"> @misc{None, journal = {None}, author = {1. Wafula EK}, title = {Manuscript in preparation}, year = {None}, url = {https://github.com/dePamphilis/PlantTribes},} </citation> </xml> </macros>