File tree Expand file tree Collapse file tree
scripts/run_benchmark/wehi_hpc
src/workflows/run_benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ docker://ghcr.io/openproblems-bio/openproblems/utils/extract_uns_metadata:build_
22docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/no_integration:build_setup_run_hpc
33docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/perfect_integration:build_setup_run_hpc
44docker://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
75docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_all_controls:build_setup_run_hpc
86docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_one_control:build_setup_run_hpc
97docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/combat:build_setup_run_hpc
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ workflow auto {
1010// construct list of methods and control methods
1111methods = [
1212 shuffle_integration_globally,
13- shuffle_integration_within_batch,
14- shuffle_integration_within_cell_type,
1513 no_integration,
1614 perfect_integration,
1715 combat,
You can’t perform that action at this time.
0 commit comments