Mercurial > repos > iuc > ampvis2_venn
changeset 9:dcbe3affb349 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:22:30 +0000 |
| parents | f28f2faad83b |
| children | ba76e1682a00 |
| files | venn.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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>
