Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

## BUGFIXES

* Updated `file_prediction.yaml` in `api` (PR #3).
9 changes: 4 additions & 5 deletions src/api/file_prediction.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#TODO: Change to the required and/or optional fields of the anndata
type: file
example: "resources_test/task_template/cxg_mouse_pancreas_atlas/prediction.h5ad"
example: "resources_test/task_spatial_trajectory_inference/cxg_mouse_pancreas_atlas/prediction.h5ad"
label: "Predicted data"
summary: A predicted dataset as output by a method.
info:
format:
type: h5ad
obs:
- type: string
name: label_pred
description: Predicted labels for the test cells.
- type: double
name: pseudotime_inferred
description: Predicted pseudotime for each cell.
required: true
uns:
- type: string
Expand Down
Loading