You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tools/ampvis2/venn.xml
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
</configfiles>
29
29
<inputs>
30
30
<expandmacro="rds_metadata_input_macro"/>
31
-
<expandmacro="metadata_select_discrete"argument="group_by"label="Group the data by"halp="Currently only supports a maximum of 3 different groups.">
31
+
<expandmacro="metadata_select_discrete"argument="group_by"label="Group the data by"help="Currently only supports a maximum of 3 different groups.">
32
32
<validatortype="expression"message="A maximum of 3 different groups is supported"><![CDATA[len(str(value).split(",")) < 4]]></validator>
33
33
</expand>
34
34
<paramargument="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"/>
0 commit comments