Skip to content

Commit b9a3d37

Browse files
authored
Remove cytovi method from benchmark (#124)
* Remove cytovi method from benchmark The implementation is preserved in the add-cytovi-implementation branch to be revisited in the near future.
1 parent bc8e0af commit b9a3d37

5 files changed

Lines changed: 2 additions & 239 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575

7676
## MAJOR CHANGES
7777

78+
* Removed `methods/cytovi` from the benchmark. The implementation is preserved in the `add-cytovi-implementation` branch to be revisited in the near future (PR #124).
79+
7880
* Updated file schema (PR #18):
7981
* Add is_control obs to indicate whether a cell should be used as control when correcting batch effect.
8082
* Removed donor_id obs from unintegrated censored.

src/methods/cytovi/config.vsh.yaml

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/methods/cytovi/script.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ dependencies:
107107
- name: methods/batchadjust_all_controls
108108
- name: methods/rpca_to_goal
109109
- name: methods/rpca_to_mid
110-
# - name: methods/cytovi
111110
- name: metrics/emd
112111
- name: metrics/ratio_consistent_peaks
113112
- name: metrics/average_batch_r2

src/workflows/run_benchmark/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ methods = [
3434
limma_remove_batch_effect,
3535
rpca_to_goal,
3636
rpca_to_mid,
37-
// cytovi
3837
]
3938

4039
// construct list of metrics

0 commit comments

Comments
 (0)