Skip to content

Commit 69c61c3

Browse files
committed
re-enabling rpca and n peaks
1 parent 1454fb3 commit 69c61c3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/methods/rpca_to_goal/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__merge__: ../../api/comp_method.yaml
22
name: rpca_to_goal
3-
status: disabled
3+
# status: disabled
44
label: Seurat RPCA (to-goal)
55
summary: "Batch integrate data to a goal batch using mutual nearest neighbors identified via Seurat reciprocal PCA."
66
description: |

src/methods/rpca_to_mid/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__merge__: ../../api/comp_method.yaml
22
name: rpca_to_mid
3-
status: disabled
3+
# status: disabled
44
label: Seurat RPCA (to-middle)
55
summary: "Batch integrate data to a midpoint using mutual nearest neighbors identified via Seurat reciprocal PCA."
66
description: |

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies:
109109
- name: methods/rpca_to_goal
110110
- name: methods/rpca_to_mid
111111
- name: metrics/emd
112-
# - name: metrics/n_inconsistent_peaks
112+
- name: metrics/n_inconsistent_peaks
113113
- name: metrics/average_batch_r2
114114
- name: metrics/flowsom_mapping_similarity
115115
- name: metrics/cms

src/workflows/run_benchmark/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ methods = [
4040
// construct list of metrics
4141
metrics = [
4242
emd,
43-
// n_inconsistent_peaks,
43+
n_inconsistent_peaks,
4444
average_batch_r2,
4545
flowsom_mapping_similarity,
4646
cms,

0 commit comments

Comments
 (0)