File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 type : control_method
44 type_info :
55 label : Control Method
6- summary : Quality control methods for verifying the pipeline.
6+ summary : Quality control methods for verifying the pipeline of the spatial TI task .
77 description : |
88 This folder contains control components for the task.
99 These components have the same interface as the regular methods
1212 the task, and also as a quality control for the metrics defined
1313 in the task.
1414arguments :
15- - name : --input_train
16- __merge__ : file_train.yaml
17- required : true
18- direction : input
19- - name : --input_test
20- __merge__ : file_test.yaml
15+ - name : --dataset
16+ __merge__ : file_dataset.yaml
2117 required : true
2218 direction : input
2319 - name : " --input_solution"
Original file line number Diff line number Diff line change 33 type : data_processor
44 type_info :
55 label : Data processor
6- summary : A data processor.
7- description : |
6+ summary : A data processor for the spatial TI task .
7+ description : | # better description TODO
88 A component for processing a Common Dataset into a task-specific dataset.
99arguments :
1010 - name : " --input"
1111 __merge__ : file_common_dataset.yaml
1212 direction : input
1313 required : true
14- - name : " --output_train"
15- __merge__ : file_train.yaml
16- direction : output
17- required : true
18- - name : " --output_test"
19- __merge__ : file_test.yaml
14+ - name : " --output"
15+ __merge__ : file_dataset.yaml
2016 direction : output
2117 required : true
2218 - name : " --output_solution"
Original file line number Diff line number Diff line change 55 label : Method
66 summary : A method.
77 description : |
8- A method to predict the task effects .
8+ A method for the spatial TI task .
99arguments :
10- - name : --input_train
11- __merge__ : file_train .yaml
10+ - name : --input
11+ __merge__ : file_dataset .yaml
1212 required : true
1313 direction : input
14- - name : " --input_test"
15- __merge__ : file_test.yaml
16- direction : input
17- required : true
1814 - name : --output
1915 __merge__ : file_prediction.yaml
2016 required : true
Original file line number Diff line number Diff line change 33 type : metric
44 type_info :
55 label : Metric
6- summary : A task template metric .
6+ summary : A metric for spatial TI task .
77 description : |
8- A metric for evaluating method predictions.
8+ A metric for evaluating spatial TI method predictions.
99arguments :
1010 - name : " --input_solution"
1111 __merge__ : file_solution.yaml
Original file line number Diff line number Diff line change 11# TODO: Change to the required and/or optional fields of the anndata
22type : file
3- example : " resources_test/task_template/cxg_mouse_pancreas_atlas/train.h5ad"
4- label : " Training data"
5- summary : " The training data in h5ad format "
3+ example : " resources_test/task_template/cxg_mouse_pancreas_atlas/train.h5ad" # maybe adjust this after syncing resources
4+ label : " Input data"
5+ summary : " The input data for the spatial TI task "
66info :
77 format :
88 type : h5ad
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments