Skip to content

Commit bd71427

Browse files
authored
Merge pull request #6867 from RZ9082/venn
Fix typo in venn.xml
2 parents 83279dc + 6fed95e commit bd71427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ampvis2/venn.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</configfiles>
2929
<inputs>
3030
<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.">
3232
<validator type="expression" message="A maximum of 3 different groups is supported"><![CDATA[len(str(value).split(",")) < 4]]></validator>
3333
</expand>
3434
<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 @@ Output
8181
A venn diagram in the chosen output format.
8282
]]></help>
8383
<expand macro="citations"/>
84-
</tool>
84+
</tool>

0 commit comments

Comments
 (0)