From 2787d5d09ee5879087faa4750312c3891cd3aea9 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Tue, 28 Jul 2026 17:30:33 +0200 Subject: [PATCH] declare normalization_id on file_test_mod2 run_benchmark reads dataset_uns_mod2.normalization_id off this file to route methods to the right dataset, but only file_test_mod1 declared it. --- CHANGELOG.md | 6 ++++++ src/api/file_test_mod2.yaml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a8396..5f9ec7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# task_predict_modality 0.2.0 + +## MINOR CHANGES + +* `file_test_mod2`: Declare `uns["normalization_id"]`, which `run_benchmark` reads off this file to decide which method to run on which dataset (PR #30). + # task_predict_modality 0.1.1 ## NEW FUNCTIONALITY diff --git a/src/api/file_test_mod2.yaml b/src/api/file_test_mod2.yaml index e56579b..346f9d3 100644 --- a/src/api/file_test_mod2.yaml +++ b/src/api/file_test_mod2.yaml @@ -71,6 +71,10 @@ info: type: string description: The organism of the sample in the dataset. required: false + - name: normalization_id + type: string + description: The unique identifier of the normalization method used. + required: true - type: string name: gene_activity_var_names description: "Names of the gene activity matrix"