comparison 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
comparison
equal deleted inserted replaced
2:79672fbc4f1a 3:c8999971bab3
26 @OUTPUT_TOKEN@ 26 @OUTPUT_TOKEN@
27 ]]></configfile> 27 ]]></configfile>
28 </configfiles> 28 </configfiles>
29 <inputs> 29 <inputs>
30 <expand macro="rds_metadata_input_macro"/> 30 <expand macro="rds_metadata_input_macro"/>
31 <expand macro="metadata_select_discrete" argument="group_by" label="Group the data by" halp="Currently only supports a maximum of 3 different groups."> 31 <expand macro="metadata_select_discrete" argument="group_by" label="Group the data by" help="Currently only supports a maximum of 3 different groups.">
32 <validator type="expression" message="A maximum of 3 different groups is supported"><![CDATA[len(str(value).split(",")) < 4]]></validator> 32 <validator type="expression" message="A maximum of 3 different groups is supported"><![CDATA[len(str(value).split(",")) < 4]]></validator>
33 </expand> 33 </expand>
34 <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"/> 34 <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"/>
35 <param argument="cut_f" type="float" value="80" min="0" max="100" label="Frequency cutoff (percent)" help="OTU's within the top cut_f of the reads are considered a core OTU"/> 35 <param argument="cut_f" type="float" value="80" min="0" max="100" label="Frequency cutoff (percent)" help="OTU's within the top cut_f of the reads are considered a core OTU"/>
36 <param argument="text_size" type="integer" value="5" min="1" label="Size of the plotted text."/> 36 <param argument="text_size" type="integer" value="5" min="1" label="Size of the plotted text."/>