From a0d5426289f40d3bfc9a1232523e3672182c66ce Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 9 Nov 2020 14:18:05 -0500 Subject: [PATCH] Fix file structure path image --- docs/file-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/file-structure.md b/docs/file-structure.md index 5ac67928..5273620c 100644 --- a/docs/file-structure.md +++ b/docs/file-structure.md @@ -15,7 +15,7 @@ All the source code is saved in `src/`. The `src/data/` folder stores scripts to There are other important files and folders but only relevant if you are interested in extending RAPIDS (e.g. virtual env files, docs, tests, Dockerfile, the Snakefile, etc.). In the figure below, we represent the interactions between users and files. After a user modifies `config.yaml` and `.env` the `Snakefile` file will decide what Snakemake rules have to be executed to produce the required output files (behavioral features) and what scripts are in charge of producing such files. In addition, users can add or modifiy files in the `data` folder (for example to configure the [participants files](../setup/configuration/#participant-files) or the [day segment files](../setup/configuration/#day-segments)).
- +
Interaction diagram between the user, and important files in RAPIDS