Skip to content

Commit 6dc3aa8

Browse files
committed
Rename rctd dir and add method to workflow
1 parent e68f525 commit 6dc3aa8

8 files changed

Lines changed: 8 additions & 2 deletions

File tree

scripts/run_benchmark/run_full_local.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ celltype_annotation_methods:
6060
# - mapmycells
6161
# - tangram
6262
# - singler
63+
# - rctd
6364
expression_correction_methods:
6465
- no_correction
6566
# - gene_efficiency_correction

scripts/run_benchmark/run_full_seqeracloud.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ celltype_annotation_methods:
5252
- mapmycells
5353
- tangram
5454
- singler
55+
- rctd
5556
expression_correction_methods:
5657
- no_correction
5758
- gene_efficiency_correction

scripts/run_benchmark/run_test_local.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ celltype_annotation_methods:
5555
# - mapmycells
5656
# - tangram
5757
# - singler
58+
# - rctd
5859
expression_correction_methods:
5960
- no_correction
6061
# - gene_efficiency_correction

scripts/run_benchmark/run_test_seqeracloud.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ celltype_annotation_methods:
5151
- mapmycells
5252
- tangram
5353
- singler
54+
- rctd
5455
expression_correction_methods:
5556
- no_correction
5657
- gene_efficiency_correction
File renamed without changes.
File renamed without changes.

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ argument_groups:
9898
A list of cell type annotation methods to run.
9999
type: string
100100
multiple: true
101-
default: "ssam:tacco:moscot:mapmycells:tangram:singler"
101+
default: "ssam:tacco:moscot:mapmycells:tangram:singler:rctd"
102102
- name: "--expression_correction_methods"
103103
description: |
104104
A list of expression correction methods to run.
@@ -171,6 +171,7 @@ dependencies:
171171
- name: methods_cell_type_annotation/mapmycells
172172
- name: methods_cell_type_annotation/tangram
173173
- name: methods_cell_type_annotation/singler
174+
- name: methods_cell_type_annotation/rctd
174175
- name: methods_expression_correction/no_correction
175176
- name: methods_expression_correction/gene_efficiency_correction
176177
- name: methods_expression_correction/resolvi_correction

src/workflows/run_benchmark/main.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ workflow run_wf {
377377
moscot,
378378
mapmycells,
379379
tangram,
380-
singler
380+
singler,
381+
rctd
381382
]
382383

383384
cta_ch = normalization_ch

0 commit comments

Comments
 (0)