From 8cafab078a1e39658175fb09bc5a80677d3c8798 Mon Sep 17 00:00:00 2001 From: mathrip Date: Wed, 18 Sep 2024 11:56:21 +0100 Subject: [PATCH 1/2] fix test data download --- meld_graph/download_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meld_graph/download_data.py b/meld_graph/download_data.py index 21fe162..eb3a368 100644 --- a/meld_graph/download_data.py +++ b/meld_graph/download_data.py @@ -20,7 +20,7 @@ def download_test_data(): """ Download test data from figshare """ - url = "https://figshare.com/ndownloader/files/49245718?private_link=3b790cfb027f4036f19a" + url = "https://figshare.com/ndownloader/files/49265704?private_link=3b790cfb027f4036f19a" test_data_dir = MELD_DATA_PATH os.makedirs(test_data_dir, exist_ok=True) print('downloading test data to '+ test_data_dir) From 62d4a3fdd89f87bd980ea702cfcd39fc56922314 Mon Sep 17 00:00:00 2001 From: mathrip Date: Wed, 18 Sep 2024 11:57:19 +0100 Subject: [PATCH 2/2] make the creation of meld_data folder not optional --- docs/install_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_docker.md b/docs/install_docker.md index 531c1bd..55c6ae6 100644 --- a/docs/install_docker.md +++ b/docs/install_docker.md @@ -49,7 +49,7 @@ In order to run the docker, you'll need to configure a couple of files 1. Download `meld_graph.zip` from the [latest github release](https://github.com/MELDProject/meld_graph/releases/latest) and extract it. 2. Copy the freesurfer `license.txt` into the extracted folder -3. (optional) Create the meld_data folder, if it doesn't exist already, and edit the compose.yml `volumes` line before the `:` to point to it. For example, if you wanted the folder to be on a mounted drive in Linux it might be: +3. Create the meld_data folder, if it doesn't exist already, and edit the compose.yml `volumes` line before the `:` to point to it. For example, if you wanted the folder to be on a mounted drive in Linux it might be: ``` volumes: - /mnt/datadrive/meld-data:/data