Mercurial > repos > gaelcge > r_signac_galaxy
comparison signac_find_clusters.xml @ 0:6e0b320d8b6a draft default tip
"planemo upload commit dc808171975d0012e25bd7b32adc7a5a5c56a145-dirty"
author | gaelcge |
---|---|
date | Tue, 02 Aug 2022 19:11:27 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6e0b320d8b6a |
---|---|
1 <tool id="signac_find_clusters" name="Identify clusters" version="0.1.0" python_template_version="3.5"> | |
2 <description>of cells by a shared nearest neighbor (SNN) modularity optimization based clustering algorithm.</description> | |
3 <macros> | |
4 <import>signac_macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"/> | |
7 <stdio> | |
8 <exit_code range="1:" /> | |
9 </stdio> | |
10 <command><![CDATA[ | |
11 Rscript '${__tool_directory__}'/signac-find_clusters.R --signac-object $signac_object --algorithm $algorithm_use --output-object-file $rds_signac_seurat_file | |
12 ]]></command> | |
13 <inputs> | |
14 <param type="data" name="signac_object" label="Signac object." format="rdata" multiple="false" optional="false"/> | |
15 <param type="integer" name="algorithm_use" value='3' label="Algorithm." help='Algorithm for modularity optimization (1 = original Louvain algorithm; 2 = Louvain algorithm with multilevel refinement; 3 = SLM algorithm; 4 = Leiden algorithm).'/> | |
16 </inputs> | |
17 <outputs> | |
18 <data name="rds_signac_seurat_file" format="rdata" label="${tool.name} on ${on_string}: Signac RDS"/> | |
19 </outputs> | |
20 <help><![CDATA[ | |
21 This tool runs the FindClusters step in the Signac workflow. | |
22 ]]></help> | |
23 </tool> |