diff venn.xml @ 3:c8999971bab3 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit bd71427cbcde998202d2de95ec517126ff608979
author iuc
date Thu, 20 Mar 2025 09:12:58 +0000
parents 11d29b7b44f9
children
line wrap: on
line diff
--- a/venn.xml	Sat Nov 16 19:47:27 2024 +0000
+++ b/venn.xml	Thu Mar 20 09:12:58 2025 +0000
@@ -28,7 +28,7 @@
     </configfiles>
     <inputs>
         <expand macro="rds_metadata_input_macro"/>
-        <expand macro="metadata_select_discrete" argument="group_by" label="Group the data by" halp="Currently only supports a maximum of 3 different groups.">
+        <expand macro="metadata_select_discrete" argument="group_by" label="Group the data by" help="Currently only supports a maximum of 3 different groups.">
             <validator type="expression" message="A maximum of 3 different groups is supported"><![CDATA[len(str(value).split(",")) < 4]]></validator>
         </expand>
         <param argument="cut_a" type="float" value="0.1" min="0" max="100" label="Abundance cutoff (percent)" help="OTU's below this abundance are excluded from the analysis"/>
@@ -81,4 +81,4 @@
 A venn diagram in the chosen output format.
     ]]></help>
     <expand macro="citations"/>
-</tool>
\ No newline at end of file
+</tool>