From a82f7a1209c2847119245db78023bb82e38df0cc Mon Sep 17 00:00:00 2001 From: Nico Trummer <52698566+nictru@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:43:47 +0100 Subject: [PATCH 1/2] Fix swagger.yml --- swagger.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/swagger.yml b/swagger.yml index 1589c9d..45eea9a 100644 --- a/swagger.yml +++ b/swagger.yml @@ -2582,7 +2582,7 @@ paths: items: properties: comparison_ID: - type: int + type: integer description: Id of the selected comparison. condition_1: type: string @@ -2616,10 +2616,10 @@ paths: type: string description: Abbreviation of the disease. total_number_samples: - type: int + type: integer description: Number of samples in the dataset. version: - type: int + type: integer description: SPONGEdb version that the dataset belongs to. dataset_2: type: object @@ -2644,10 +2644,10 @@ paths: type: string description: Abbreviation of the disease. total_number_samples: - type: int + type: integer description: Number of samples in the dataset. version: - type: int + type: integer description: SPONGEdb version that the dataset belongs to. /gseaSets: @@ -2835,22 +2835,22 @@ paths: items: properties: es: - type: float + type: number description: Enrichment Score. nes: - type: float + type: number description: Normalised Enrichment Score. pvalue: - type: float + type: number description: P-Value of GSEA result. fdr: - type: float + type: number description: P-Value after false discovery rate control fwerp: - type: float + type: number description: P-Value after family wise error rate control gene_percent: - type: float + type: number description: Gene Percent. tag_percent: type: string @@ -2875,7 +2875,7 @@ paths: type: integer description: Id of the score within the gsea result, creates an order for the scores. score: - type: float + type: number description: Value of the score. /gseaPlot: @@ -3022,22 +3022,22 @@ paths: type: string description: Gene Symbol. baseMean: - type: float + type: number description: Differential Expression Base Mean. log2FoldChange: - type: float + type: number description: Log2 Fold Change between gene expressions. pvalue: - type: float + type: number description: P-Value for change between gene expressions. padj: - type: float + type: number description: P-Value adjusted for multiple testing problem. stat: - type: float + type: number description: Differential Expression Statistic. lfcSE: - type: float + type: number description: Standard Error of Log Fold Change. /differentialExpressionTranscript: @@ -3110,20 +3110,20 @@ paths: type: string description: ENST number of transcript. baseMean: - type: float + type: number description: Differential Expression Base Mean. log2FoldChange: - type: float + type: number description: Log2 Fold Change between gene expressions. pvalue: - type: float + type: number description: P-Value for change between gene expressions. padj: - type: float + type: number description: P-Value adjusted for multiple testing problem. stat: - type: float + type: number description: Differential Expression Statistic. lfcSE: - type: float + type: number description: Standard Error of Log Fold Change. From 7d6359476dceb00d9da2cc8bd7a71e4b38c8c265 Mon Sep 17 00:00:00 2001 From: Nico Trummer <52698566+nictru@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:44:23 +0100 Subject: [PATCH 2/2] Fix connexion installation --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ab25b2..b363f1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2024.8.30 chardet==5.2.0 click==8.1.3 clickclick==1.2.2 -connexion==3.1.0 +connexion[flask]==3.1.0 flask-cors==4.0.0 flask-marshmallow==1.2.1 flask-sqlalchemy==3.1.1