Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
* `run_benchmark`: write the commit the workflow ran from and the launch time into
`task_info.yaml`, instead of publishing `_viash.yaml` verbatim (PR #136).

* Remove `metrics/bras` , `metrics/n_inconsitent_peaks` and `control_methods/shuffle_by_cell_type` and `control_methods/batch`

## BUG FIXES

Expand Down Expand Up @@ -260,3 +261,5 @@


* Fix check cell_type_in_both to > 0 (instead of 1) and some spelling mistakes in print.

* Updated anndata version to 0.12 in lisi metric to support NULL writing (PR #139)
2 changes: 0 additions & 2 deletions scripts/run_benchmark/wehi_hpc/images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ docker://ghcr.io/openproblems-bio/openproblems/utils/extract_uns_metadata:build_
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/no_integration:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/perfect_integration:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_globally:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_within_batch:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/control_methods/shuffle_integration_within_cell_type:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_all_controls:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/batchadjust_one_control:build_setup_run_hpc
docker://ghcr.io/openproblems-bio/task_cyto_batch_integration/methods/combat:build_setup_run_hpc
Expand Down

This file was deleted.

66 changes: 0 additions & 66 deletions src/control_methods/shuffle_integration_within_batch/script.py

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions src/control_methods/shuffle_integration_within_cell_type/script.py

This file was deleted.

95 changes: 0 additions & 95 deletions src/metrics/bras/config.vsh.yaml

This file was deleted.

87 changes: 0 additions & 87 deletions src/metrics/bras/script.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/metrics/lisi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ engines:
packages:
- jax~=0.6.2
- jaxlib~=0.6.2
- anndata~=0.11.0
- anndata~=0.12.0
- scanpy~=1.11.0
- scib-metrics~=0.5.7
- pyyaml
Expand Down
Loading
Loading