Mercurial > repos > iuc > scanpy_cluster_reduce_dimension
comparison cluster_reduce_dimension.xml @ 10:afdac2e27f1b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 08:25:23 +0000 |
| parents | f74735a64736 |
| children | 9740d430d9f3 |
comparison
equal
deleted
inserted
replaced
| 9:8782807b9767 | 10:afdac2e27f1b |
|---|---|
| 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=""> |
