From dab5ba0d168072f09e2a63cb1893fa0abacfdb8a Mon Sep 17 00:00:00 2001 From: Jalil Nourisa Date: Mon, 4 Nov 2024 21:36:19 +0100 Subject: [PATCH] small changes to the config files --- src/api/file_atac_h5ad.yaml | 2 +- src/api/file_evaluation_h5ad.yaml | 2 +- src/api/file_rna_h5ad.yaml | 2 +- src/api/file_score.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/file_atac_h5ad.yaml b/src/api/file_atac_h5ad.yaml index 029fd5c00..a495329db 100644 --- a/src/api/file_atac_h5ad.yaml +++ b/src/api/file_atac_h5ad.yaml @@ -1,5 +1,5 @@ type: file -example: resources_test/inference_datasets/op_atac.h5ad +example: resources/inference_datasets/op_atac.h5ad info: label: multiomics atac summary: "Peak data for multiomics data." diff --git a/src/api/file_evaluation_h5ad.yaml b/src/api/file_evaluation_h5ad.yaml index 441505fbc..7c9c2e74a 100644 --- a/src/api/file_evaluation_h5ad.yaml +++ b/src/api/file_evaluation_h5ad.yaml @@ -1,5 +1,5 @@ type: file -example: resources_test/evaluation_datasets/op_perturbation.h5ad +example: resources/evaluation_datasets/op_perturbation.h5ad info: label: perturbation summary: "Perturbation dataset for benchmarking." diff --git a/src/api/file_rna_h5ad.yaml b/src/api/file_rna_h5ad.yaml index d80da48d5..432d7652d 100644 --- a/src/api/file_rna_h5ad.yaml +++ b/src/api/file_rna_h5ad.yaml @@ -1,5 +1,5 @@ type: file -example: resources_test/inference_datasets/op_rna.h5ad +example: resources/inference_datasets/op_rna.h5ad info: label: multiomics rna summary: "RNA expression for multiomics data." diff --git a/src/api/file_score.yaml b/src/api/file_score.yaml index 94b8b846d..62cf2a601 100644 --- a/src/api/file_score.yaml +++ b/src/api/file_score.yaml @@ -1,5 +1,5 @@ type: file -example: resources_test/scores/score.h5ad +example: resources/scores/score.h5ad info: label: Score summary: "File indicating the score of a metric."