Skip to content

Commit 394a125

Browse files
committed
initial tacco config
1 parent d307745 commit 394a125

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

0 commit comments

Comments
 (0)