diff 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
line wrap: on
line diff
--- a/macros.xml	Tue Sep 04 08:51:38 2018 -0400
+++ b/macros.xml	Thu Jun 13 11:54:31 2024 +0000
@@ -1,28 +1,4 @@
 <?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>
+    <token name="@TOOL_VERSION@">1.0</token>
 </macros>