Mercurial > repos > iuc > scanpy_cluster_reduce_dimension
comparison cluster_reduce_dimension.xml @ 10:aaa5da8e73a9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 806c15e8f3ae7acea300ebeb83222162c42eca14"
author | iuc |
---|---|
date | Wed, 22 Sep 2021 21:09:55 +0000 |
parents | 35bc2eb568ed |
children | edec35114f72 |
comparison
equal
deleted
inserted
replaced
9:3e4e1cf73d98 | 10:aaa5da8e73a9 |
---|---|
1 <tool id="scanpy_cluster_reduce_dimension" name="Cluster, infer trajectories and embed" version="@galaxy_version@" profile="@profile@"> | 1 <tool id="scanpy_cluster_reduce_dimension" name="Cluster, infer trajectories and embed" version="@galaxy_version@" profile="@profile@"> |
2 <description>with scanpy</description> | 2 <description>with scanpy</description> |
3 <expand macro="bio_tools"/> | |
3 <macros> | 4 <macros> |
4 <import>macros.xml</import> | 5 <import>macros.xml</import> |
5 <xml name="pca_inputs"> | 6 <xml name="pca_inputs"> |
6 <param argument="n_comps" type="integer" min="0" value="50" label="Number of principal components to compute" help="If the value is larger than the number of observations the number of observations is used instead"/> | 7 <param argument="n_comps" type="integer" min="0" value="50" label="Number of principal components to compute" help="If the value is larger than the number of observations the number of observations is used instead"/> |
7 <param argument="dtype" type="text" value="float32" label="Numpy data type string to which to convert the result" help=""> | 8 <param argument="dtype" type="text" value="float32" label="Numpy data type string to which to convert the result" help=""> |