Mercurial > repos > iuc > clustering_from_distmat
comparison clustering_from_distmat.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:c0b01c55a0e0 | 2:f8ee933de3ca |
---|---|
1 <tool id="clustering_from_distmat" name="Distance matrix-based hierarchical clustering" version="1.1" profile="23.0"> | 1 <tool id="clustering_from_distmat" name="Distance matrix-based hierarchical clustering" version="1.1.1" profile="23.0"> |
2 <description>using Scipy</description> | 2 <description>using Scipy</description> |
3 <macros> | 3 <macros> |
4 <xml name="cluster_assignment_options"> | 4 <xml name="cluster_assignment_options"> |
5 <param name="min_cluster_size" type="integer" value="2" min="1" label="Mask clusters with less than this number of samples" help="Samples assigned to clusters smaller than this threshold will have '-' in the corresponding cluster ID column" /> | 5 <param name="min_cluster_size" type="integer" value="2" min="1" label="Mask clusters with less than this number of samples" help="Samples assigned to clusters smaller than this threshold will have '-' in the corresponding cluster ID column" /> |
6 <param name="generate_dendrogram" type="boolean" label="Produce also the dendrogram of clustering results" /> | 6 <param name="generate_dendrogram" type="boolean" label="Produce also the dendrogram of clustering results" /> |
58 <when value="n-cluster"> | 58 <when value="n-cluster"> |
59 <param name="n_cluster" type="integer" value="5" min="1" label="How many clusters to divide into?" /> | 59 <param name="n_cluster" type="integer" value="5" min="1" label="How many clusters to divide into?" /> |
60 <expand macro="cluster_assignment_options" /> | 60 <expand macro="cluster_assignment_options" /> |
61 </when> | 61 </when> |
62 <when value="height"> | 62 <when value="height"> |
63 <param name="height" type="float" value="5.0" label="Distance threshold for clusters to be reported" /> | 63 <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." /> |
64 <expand macro="cluster_assignment_options" /> | 64 <expand macro="cluster_assignment_options" /> |
65 </when> | 65 </when> |
66 </conditional> | 66 </conditional> |
67 </inputs> | 67 </inputs> |
68 <outputs> | 68 <outputs> |