Mercurial > repos > iuc > clustering_from_distmat
changeset 2:f8ee933de3ca draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clustering_from_distmat/ commit e4b7fe74660f4d57fce7a5708bdbddaf769cc968
author | iuc |
---|---|
date | Mon, 16 Sep 2024 14:57:17 +0000 |
parents | c0b01c55a0e0 |
children | |
files | clustering_from_distmat.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/clustering_from_distmat.xml Mon Aug 19 15:33:16 2024 +0000 +++ b/clustering_from_distmat.xml Mon Sep 16 14:57:17 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="clustering_from_distmat" name="Distance matrix-based hierarchical clustering" version="1.1" profile="23.0"> +<tool id="clustering_from_distmat" name="Distance matrix-based hierarchical clustering" version="1.1.1" profile="23.0"> <description>using Scipy</description> <macros> <xml name="cluster_assignment_options"> @@ -60,7 +60,7 @@ <expand macro="cluster_assignment_options" /> </when> <when value="height"> - <param name="height" type="float" value="5.0" label="Distance threshold for clusters to be reported" /> + <param name="height" type="float" value="5.0" label="Distance threshold for sample clustering" help="Samples that are LESS than this distance from each other will be assigned to the same cluster." /> <expand macro="cluster_assignment_options" /> </when> </conditional>