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