From e6eee0eaa36dab5512341b734864aff2a4c6c519 Mon Sep 17 00:00:00 2001 From: DanieleBricca Date: Fri, 31 May 2024 12:19:28 +0200 Subject: [PATCH 1/2] Cambiato INPUT file del GSE a quello del 2023 --- src/ECP_GSE.jl.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ECP_GSE.jl.ipynb b/src/ECP_GSE.jl.ipynb index b5c2c16..4ead63e 100644 --- a/src/ECP_GSE.jl.ipynb +++ b/src/ECP_GSE.jl.ipynb @@ -38,7 +38,7 @@ "source": [ "# Define the file path\n", "general_path = @__DIR__\n", - "relative_path_GSE = \"../data/GSE_prelievo.xlsx\"\n", + "relative_path_GSE = \"../data/GSE_prelievo_2023.xlsx\"\n", "file_GSE= joinpath(general_path,relative_path_GSE)\n", "\n", "# Read data from the first sheet of the Excel file\n", From 3ec24a5c71a25d771ea3241b294d80fcc96ca0b5 Mon Sep 17 00:00:00 2001 From: DanieleBricca Date: Fri, 31 May 2024 12:25:39 +0200 Subject: [PATCH 2/2] nuovo commento --- src/ECP_GSE.jl.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ECP_GSE.jl.ipynb b/src/ECP_GSE.jl.ipynb index 4ead63e..8b93d49 100644 --- a/src/ECP_GSE.jl.ipynb +++ b/src/ECP_GSE.jl.ipynb @@ -37,8 +37,9 @@ "outputs": [], "source": [ "# Define the file path\n", + "#aaaaaa\n", "general_path = @__DIR__\n", - "relative_path_GSE = \"../data/GSE_prelievo_2023.xlsx\"\n", + "relative_path_GSE = \"../data/GSE_prelievo.xlsx\"\n", "file_GSE= joinpath(general_path,relative_path_GSE)\n", "\n", "# Read data from the first sheet of the Excel file\n",