Mercurial > repos > iuc > scanpy_cluster_reduce_dimension
comparison cluster_reduce_dimension.xml @ 2:dc2de14881ba draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit e6675eff6b4d49386c2a9e4dde0011ba33aedbcc"
author | iuc |
---|---|
date | Thu, 05 Dec 2019 07:11:19 -0500 |
parents | 20cfb9f3dded |
children | ac8e59e87ce3 |
comparison
equal
deleted
inserted
replaced
1:20cfb9f3dded | 2:dc2de14881ba |
---|---|
1 <tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@"> | 1 <tool id="scanpy_cluster_reduce_dimension" name="Cluster," version="@galaxy_version@" profile="@profile@"> |
2 <description>infer trajectories and embed with scanpy</description> | 2 <description>infer trajectories and embed with scanpy</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <xml name="pca_inputs"> | 5 <xml name="pca_inputs"> |
6 <param argument="n_comps" type="integer" min="0" value="50" label="Number of principal components to compute" help=""/> | 6 <param argument="n_comps" type="integer" min="0" value="50" label="Number of principal components to compute" help=""/> |
56 random_state=$method.pca.random_state, | 56 random_state=$method.pca.random_state, |
57 #end if | 57 #end if |
58 use_highly_variable=$method.use_highly_variable | 58 use_highly_variable=$method.use_highly_variable |
59 ]]></token> | 59 ]]></token> |
60 </macros> | 60 </macros> |
61 <expand macro="requirements"/> | 61 <expand macro="requirements"> |
62 <requirement type="package" version="0.6.1">louvain</requirement> | |
63 </expand> | |
62 <expand macro="version_command"/> | 64 <expand macro="version_command"/> |
63 <command detect_errors="exit_code"><![CDATA[ | 65 <command detect_errors="exit_code"><![CDATA[ |
64 @CMD@ | 66 @CMD@ |
65 ]]></command> | 67 ]]></command> |
66 <configfiles> | 68 <configfiles> |