File tree Expand file tree Collapse file tree
src/methods_cell_type_annotation/tacco Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : tacco
2+ label : " Tacco"
3+ summary : " Annotate cell types using Tacco"
4+ description : " Annotate cell types using Tacco"
5+ links :
6+ documentation : " https://simonwm.github.io/tacco/"
7+ repository : " https://github.com/simonwm/tacco"
8+ references :
9+ doi : " 10.1038/s41587-023-01657-3"
10+
11+ arguments :
12+ - name : --anndata_spatial
13+ type : file
14+ required : true
15+ direction : input
16+ - name : --anndata_single_cell
17+ type : file
18+ required : true
19+ direction : input
20+ - name : --celltype_key
21+ type : string
22+ default : cell_type
23+ direction : input
24+ - name : --output
25+ type : file
26+ default : spatial_with_celltypes.h5ad
27+ direction : output
28+
29+ resources :
30+ - type : python_script
31+ path : script.py
32+
33+ engines :
34+ - type : native
35+
36+ runners :
37+ - type : executable
38+ - type : nextflow
You can’t perform that action at this time.
0 commit comments