Skip to content

Commit 90b7dc9

Browse files
authored
Fix control methods (#108)
* fix error in control methods * update changelog * enabling control methods * updated changelog
1 parent b6e1be2 commit 90b7dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@
155155

156156
* Fix missing anndata in yaml file and set the base_r docker image version to 1 instead of 1.0.0 (PR #89).
157157

158-
* Fix bug in control methods (PR #107).
158+
* Fix bug in control methods (PR #107 and PR #108).
159159

160160

src/control_methods/shuffle_integration_by_cell_type/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: shuffle_integration_by_cell_type
33
label: Shuffle integration by cell type
44
summary: Integrations are randomly permuted within each cell type
55
description: Integrations are randomly permuted within each cell type
6-
status: disabled
6+
# status: disabled
77
resources:
88
- type: python_script
99
path: script.py

0 commit comments

Comments
 (0)