@@ -44,21 +44,21 @@ should consist of similar cell types from similar tissues.
44
44
## API
45
45
46
46
``` mermaid
47
- flowchart LR
48
- comp_process_datasets[/"Process Dataset"/]
49
- file_dataset_sc("Single-Cell Dataset")
50
- file_dataset_sp("Spatial Dataset")
51
- comp_metric[/"Metric"/]
52
- comp_control_method[/"Control Method"/]
53
- comp_method[/"Method"/]
54
- file_score("Score")
55
- file_simulated_dataset("Solution")
47
+ flowchart TB
48
+ comp_process_datasets[/"<a href='https://github.com/openproblems-bio/task_spatial_simulators#component-type-process-dataset'> Process Dataset</a> "/]
49
+ file_dataset_sc("<a href='https://github.com/openproblems-bio/task_spatial_simulators#file-format-single-cell-dataset'> Single-Cell Dataset</a> ")
50
+ file_dataset_sp("<a href='https://github.com/openproblems-bio/task_spatial_simulators#file-format-spatial-dataset'> Spatial Dataset</a> ")
51
+ comp_metric[/"<a href='https://github.com/openproblems-bio/task_spatial_simulators#component-type-metric'> Metric</a> "/]
52
+ comp_control_method[/"<a href='https://github.com/openproblems-bio/task_spatial_simulators#component-type-control-method'> Control Method</a> "/]
53
+ comp_method[/"<a href='https://github.com/openproblems-bio/task_spatial_simulators#component-type-method'> Method</a> "/]
54
+ file_score("<a href='https://github.com/openproblems-bio/task_spatial_simulators#file-format-score'> Score</a> ")
55
+ file_simulated_dataset("<a href='https://github.com/openproblems-bio/task_spatial_simulators#file-format-solution'> Solution</a> ")
56
56
comp_process_datasets-->file_dataset_sc
57
57
comp_process_datasets-->file_dataset_sp
58
58
file_dataset_sc---comp_metric
59
59
file_dataset_sp---comp_metric
60
- file_dataset_sp-- -comp_control_method
61
- file_dataset_sp-- -comp_method
60
+ file_dataset_sp-. -comp_control_method
61
+ file_dataset_sp-. -comp_method
62
62
comp_metric-->file_score
63
63
comp_control_method-->file_simulated_dataset
64
64
comp_method-->file_simulated_dataset
@@ -82,10 +82,15 @@ Arguments:
82
82
| ` --output_sp ` | ` file ` | (* Output* ) An unprocessed spatial dataset as output by a dataset loader. Default: ` $id/output_sp.h5ad ` . |
83
83
| ` --dataset_id ` | ` string ` | NA. |
84
84
| ` --dataset_name ` | ` string ` | NA. |
85
- | ` --dataset_url ` | ` string ` | (* Optional* ) NA. |
85
+ | ` --dataset_url_spatial ` | ` string ` | (* Optional* ) NA. |
86
+ | ` --dataset_url_singlecell ` | ` string ` | (* Optional* ) NA. |
86
87
| ` --dataset_reference ` | ` string ` | (* Optional* ) NA. |
87
- | ` --dataset_summary ` | ` string ` | NA. |
88
- | ` --dataset_description ` | ` string ` | NA. |
88
+ | ` --dataset_reference_spatial ` | ` string ` | (* Optional* ) NA. |
89
+ | ` --dataset_reference_singlecell ` | ` string ` | (* Optional* ) NA. |
90
+ | ` --dataset_summary_spatial ` | ` string ` | NA. |
91
+ | ` --dataset_summary_singlecell ` | ` string ` | NA. |
92
+ | ` --dataset_description_spatial ` | ` string ` | NA. |
93
+ | ` --dataset_description_singlecell ` | ` string ` | NA. |
89
94
| ` --dataset_organism ` | ` string ` | NA. |
90
95
| ` --dataset_assay_spatial ` | ` string ` | NA. |
91
96
| ` --dataset_assay_singlecell ` | ` string ` | NA. |
0 commit comments