Skip to content

Commit f0f731a

Browse files
committed
Removed shuffle_by_batch/cell_type mentions in other files
1 parent 6d0ad02 commit f0f731a

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/run_benchmark/wehi_hpc/images.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ docker://ghcr.io/openproblems-bio/openproblems/utils/extract_uns_metadata:build_
22
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/no_integration:build_setup_run_hpc
33
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/perfect_integration:build_setup_run_hpc
44
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_globally:build_setup_run_hpc
5-
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_within_batch:build_setup_run_hpc
6-
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_within_cell_type:build_setup_run_hpc
75
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_all_controls:build_setup_run_hpc
86
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_one_control:build_setup_run_hpc
97
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/combat:build_setup_run_hpc

src/workflows/run_benchmark/config.vsh.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ dependencies:
8383
- name: utils/extract_uns_metadata
8484
repository: op
8585
- name: control_methods/shuffle_integration_globally
86-
- name: control_methods/shuffle_integration_within_batch
87-
- name: control_methods/shuffle_integration_within_cell_type
8886
- name: control_methods/no_integration
8987
- name: control_methods/perfect_integration
9088
- name: methods/harmonypy

src/workflows/run_benchmark/main.nf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ workflow auto {
1010
// construct list of methods and control methods
1111
methods = [
1212
shuffle_integration_globally,
13-
shuffle_integration_within_batch,
14-
shuffle_integration_within_cell_type,
1513
no_integration,
1614
perfect_integration,
1715
combat,

0 commit comments

Comments
 (0)