-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/no-ref/add_simplemlp
- Loading branch information
Showing
59 changed files
with
1,737 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
src/tasks/batch_integration/api/comp_control_method_feature.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
functionality: | ||
namespace: batch_integration/control_methods | ||
info: | ||
type: control_method | ||
subtype: feature | ||
type_info: | ||
label: Control method (feature) | ||
summary: A batch integration feature control method. | ||
description: | | ||
A batch integration control method which outputs a batch-corrected feature space. | ||
arguments: | ||
- name: --input | ||
__merge__: file_dataset.yaml | ||
direction: input | ||
required: true | ||
- name: --output | ||
direction: output | ||
__merge__: file_integrated_feature.yaml | ||
required: true | ||
test_resources: | ||
- type: python_script | ||
path: /src/common/comp_tests/check_method_config.py | ||
- type: python_script | ||
path: /src/common/comp_tests/run_and_check_adata.py | ||
- path: /resources_test/batch_integration/pancreas | ||
dest: resources_test/batch_integration/pancreas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.