There was an error while loading. Please reload this page.
1 parent 4a793f6 commit 0bb39a0Copy full SHA for 0bb39a0
2 files changed
src/workflows/run_benchmark/config.vsh.yaml
@@ -110,6 +110,7 @@ dependencies:
110
- name: methods/cytovi
111
- name: metrics/emd
112
- name: metrics/n_inconsistent_peaks
113
+ - name: metrics/ratio_inconsistent_peaks
114
- name: metrics/average_batch_r2
115
- name: metrics/flowsom_mapping_similarity
116
- name: metrics/lisi
src/workflows/run_benchmark/main.nf
@@ -41,6 +41,7 @@ methods = [
41
metrics = [
42
emd,
43
n_inconsistent_peaks,
44
+ ratio_inconsistent_peaks
45
average_batch_r2,
46
flowsom_mapping_similarity,
47
lisi,
0 commit comments