| Previous changeset 8:f28f2faad83b (2024-11-16) Next changeset 10:ba76e1682a00 (2025-04-01) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit bd71427cbcde998202d2de95ec517126ff608979 |
|
modified:
venn.xml |
| b |
| diff -r f28f2faad83b -r dcbe3affb349 venn.xml --- a/venn.xml Sat Nov 16 19:55:32 2024 +0000 +++ b/venn.xml Thu Mar 20 09:22:30 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> |