There was an error while loading. Please reload this page.
2 parents 5f6b7b9 + 9c4a7dc commit 08dd94fCopy full SHA for 08dd94f
2 files changed
CHANGELOG.md
@@ -16,3 +16,4 @@
16
17
## BUGFIXES
18
19
+* Updated `file_prediction.yaml` in `api` (PR #3).
src/api/file_prediction.yaml
@@ -1,15 +1,14 @@
1
-#TODO: Change to the required and/or optional fields of the anndata
2
type: file
3
-example: "resources_test/task_template/cxg_mouse_pancreas_atlas/prediction.h5ad"
+example: "resources_test/task_spatial_trajectory_inference/cxg_mouse_pancreas_atlas/prediction.h5ad"
4
label: "Predicted data"
5
summary: A predicted dataset as output by a method.
6
info:
7
format:
8
type: h5ad
9
obs:
10
- - type: string
11
- name: label_pred
12
- description: Predicted labels for the test cells.
+ - type: double
+ name: pseudotime_inferred
+ description: Predicted pseudotime for each cell.
13
required: true
14
uns:
15
- type: string
0 commit comments