| Previous changeset 1:c0b01c55a0e0 (2024-08-19) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clustering_from_distmat/ commit e4b7fe74660f4d57fce7a5708bdbddaf769cc968 |
|
modified:
clustering_from_distmat.xml |
| b |
| diff -r c0b01c55a0e0 -r f8ee933de3ca clustering_from_distmat.xml --- 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 |
| b |
| @@ -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> |