Mercurial > repos > iuc > scanpy_cluster_reduce_dimension
diff cluster_reduce_dimension.xml @ 4:3bb2afa64774 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit ef863b8664b89ae02bb232a1277798dd0503e785"
author | iuc |
---|---|
date | Wed, 18 Dec 2019 20:52:37 +0000 |
parents | 0b7f5380c73b |
children | e160e1dd7fb0 |
line wrap: on
line diff
--- a/cluster_reduce_dimension.xml Thu Dec 12 14:18:57 2019 +0000 +++ b/cluster_reduce_dimension.xml Wed Dec 18 20:52:37 2019 +0000 @@ -184,7 +184,7 @@ <inputs> <expand macro="inputs_anndata"/> <conditional name="method"> - <param argument="method" type="select" label="Method used for plotting"> + <param argument="method" type="select" label="Method used"> <option value="tl.louvain">Cluster cells into subgroups, using 'tl.louvain'</option> <option value="tl.leiden">Cluster cells into subgroups, using 'tl.leiden'</option> <option value="pp.pca">Computes PCA (principal component analysis) coordinates, loadings and variance decomposition, using 'pp.pca'</option>