Skip to content

Commit 08dd94f

Browse files
authored
Merge pull request #3 from openproblems-bio/fix/api_prediction_file
Quick fix in api
2 parents 5f6b7b9 + 9c4a7dc commit 08dd94f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616

1717
## BUGFIXES
1818

19+
* Updated `file_prediction.yaml` in `api` (PR #3).

src/api/file_prediction.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
#TODO: Change to the required and/or optional fields of the anndata
21
type: file
3-
example: "resources_test/task_template/cxg_mouse_pancreas_atlas/prediction.h5ad"
2+
example: "resources_test/task_spatial_trajectory_inference/cxg_mouse_pancreas_atlas/prediction.h5ad"
43
label: "Predicted data"
54
summary: A predicted dataset as output by a method.
65
info:
76
format:
87
type: h5ad
98
obs:
10-
- type: string
11-
name: label_pred
12-
description: Predicted labels for the test cells.
9+
- type: double
10+
name: pseudotime_inferred
11+
description: Predicted pseudotime for each cell.
1312
required: true
1413
uns:
1514
- type: string

0 commit comments

Comments
 (0)