From ba7657f815ae22f93ff1a21f7160bf874b8bf6d1 Mon Sep 17 00:00:00 2001 From: Swastik Mishra <swastik.mishra@hhu.de> Date: Tue, 24 Dec 2024 23:04:36 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e594e50..ebac1f4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Each folder for steps 01, 02, and 03, contain Jupyter notebooks that were run in Please note that using 'Run all' or equivalent in the jupyter notebooks will generally not be useful. Some of the intervening steps in the notebooks are markdown cells instructing how to run programs via shell, separately. These programs are time consuming ones, often utilising multiprocessing in an HPC. Please run the notebooks, cell by cell, keeping this in mind. -This study downloads and processes an number of large files, which were stored in the `data` directory, which is absent in this repo. If you follow/run the notebooks you will progressively fill the `data` directory to reproduce all the results as well a the figures in the paper. Alternatively, you can download this repo containing the results and figures in the `data` directory, from the Zenodo link in the paper. +This study downloads and processes an number of large files, which were stored in the `data` directory, which is empty in this repo. If you follow/run the notebooks you will progressively fill the `data` directory to reproduce all the results as well a the figures in the paper. Alternatively, you can download this repo containing the results and figures in the `data` directory, from the Zenodo link in the paper. ## Required python packages -- GitLab