Skip to content
Open
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/api/file_test_mod2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading