File tree Expand file tree Collapse file tree
methods_cell_type_annotation/rctd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ celltype_annotation_methods:
6060 # - mapmycells
6161 # - tangram
6262 # - singler
63+ # - rctd
6364expression_correction_methods:
6465 - no_correction
6566 # - gene_efficiency_correction
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ celltype_annotation_methods:
5252 - mapmycells
5353 - tangram
5454 - singler
55+ - rctd
5556expression_correction_methods:
5657 - no_correction
5758 - gene_efficiency_correction
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ celltype_annotation_methods:
5555 # - mapmycells
5656 # - tangram
5757 # - singler
58+ # - rctd
5859expression_correction_methods:
5960 - no_correction
6061 # - gene_efficiency_correction
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ celltype_annotation_methods:
5151 - mapmycells
5252 - tangram
5353 - singler
54+ - rctd
5455expression_correction_methods:
5556 - no_correction
5657 - gene_efficiency_correction
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments