From 6e537bc915eeee8ecd93ae49d82f1287a6f45739 Mon Sep 17 00:00:00 2001 From: seohyonkim Date: Wed, 12 Aug 2026 12:35:02 +0200 Subject: [PATCH 1/2] quick fix in api --- src/api/file_prediction.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/api/file_prediction.yaml b/src/api/file_prediction.yaml index 26068ab..7a81391 100644 --- a/src/api/file_prediction.yaml +++ b/src/api/file_prediction.yaml @@ -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 From 9c4a7dc1f306eedc137c59a9be4d86f4c3201eb6 Mon Sep 17 00:00:00 2001 From: seohyonkim Date: Wed, 12 Aug 2026 12:46:45 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa9831..909c046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,3 +16,4 @@ ## BUGFIXES +* Updated `file_prediction.yaml` in `api` (PR #3).