We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85a33 commit 6cf993bCopy full SHA for 6cf993b
src/workflows/run_benchmark/config.vsh.yaml
@@ -64,6 +64,7 @@ dependencies:
64
- name: methods_transcript_assignment/baysor
65
- name: methods_transcript_assignment/clustermap
66
- name: methods_transcript_assignment/pciseq
67
+ - name: methods_transcript_assignment/comseg
68
- name: methods_count_aggregation/basic_count_aggregation
69
- name: methods_qc_filter/basic_qc_filter
70
- name: methods_calculate_cell_volume/alpha_shapes
src/workflows/run_benchmark/main.nf
@@ -108,7 +108,8 @@ workflow run_wf {
108
),
109
baysor,
110
clustermap,
111
- pciseq
+ pciseq,
112
+ comseg
113
]
114
segm_ass_ch = segm_ch
115
| runEach(
0 commit comments