diff --git a/CHANGELOG.md b/CHANGELOG.md index 57184752..1c76698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,6 +155,6 @@ * Fix missing anndata in yaml file and set the base_r docker image version to 1 instead of 1.0.0 (PR #89). -* Fix bug in control methods (PR #107). +* Fix bug in control methods (PR #107 and PR #108). diff --git a/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml b/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml index 70536409..42e05db8 100644 --- a/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml +++ b/src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml @@ -3,7 +3,7 @@ name: shuffle_integration_by_cell_type label: Shuffle integration by cell type summary: Integrations are randomly permuted within each cell type description: Integrations are randomly permuted within each cell type -status: disabled +# status: disabled resources: - type: python_script path: script.py