generated from openproblems-bio/task_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare task for adding foundation models (#24)
* Update common submodule * Use checkItemAllowed() for benchmark method check * Replace cxg_mouse_pancreas_atlas with cxg_immune_cell_atlas * Update README * Update CHANGELOG * Add a base method API schema * Update CHANGELOG * Add config check to base method schema * Add dataset_organism to training dataset files
- Loading branch information
Showing
27 changed files
with
141 additions
and
100 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
Submodule common
updated
from e64f47 to 65e05a
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
namespace: "methods" | ||
info: | ||
type: method | ||
type_info: | ||
label: Method | ||
summary: A method. | ||
description: | | ||
A denoising method to remove noise (i.e. technical artifacts) from a dataset. | ||
arguments: | ||
- name: --input_train | ||
__merge__: file_train.yaml | ||
required: true | ||
direction: input | ||
- name: --output | ||
__merge__: file_prediction.yaml | ||
required: true | ||
direction: output | ||
test_resources: | ||
- type: python_script | ||
path: /common/component_tests/check_config.py |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
namespace: "methods" | ||
info: | ||
type: method | ||
type_info: | ||
label: Method | ||
summary: A method. | ||
description: | | ||
A denoising method to remove noise (i.e. technical artifacts) from a dataset. | ||
arguments: | ||
- name: --input_train | ||
__merge__: file_train.yaml | ||
required: true | ||
direction: input | ||
- name: --output | ||
__merge__: file_prediction.yaml | ||
required: true | ||
direction: output | ||
__merge__: base_method.yaml | ||
test_resources: | ||
- type: python_script | ||
path: /common/component_tests/run_and_check_output.py | ||
- type: python_script | ||
path: /common/component_tests/check_config.py | ||
- path: /common/library.bib | ||
- path: /resources_test/task_denoising/cxg_mouse_pancreas_atlas | ||
dest: resources_test/task_denoising/cxg_mouse_pancreas_atlas | ||
- path: /resources_test/task_denoising/cxg_immune_cell_atlas | ||
dest: resources_test/task_denoising/cxg_immune_cell_atlas |
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
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
Oops, something went wrong.