Skip to content

Commit 20257cc

Browse files
committed
import api config
1 parent 2a13655 commit 20257cc

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

src/methods_cell_type_annotation/tacco/config.vsh.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__merge__: /src/api/comp_method_cell_type_annotation.yaml
2+
13
name: tacco
24
label: "Tacco"
35
summary: "Annotate cell types using Tacco"
@@ -8,24 +10,6 @@ links:
810
references:
911
doi: "10.1038/s41587-023-01657-3"
1012

11-
arguments:
12-
- name: --input_spatial_normalized_counts
13-
type: file
14-
required: true
15-
direction: input
16-
- name: --input_scrnaseq_reference
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-
2913
resources:
3014
- type: python_script
3115
path: script.py

0 commit comments

Comments
 (0)