Fix file structure path image

pull/103/head
JulioV 2020-11-09 14:18:05 -05:00
parent f450120b51
commit a0d5426289
1 changed files with 1 additions and 1 deletions

View File

@ -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)).
<figure>
<img src="/img/files.png" width="600" />
<img src="../img/files.png" width="600" />
<figcaption>Interaction diagram between the user, and important files in RAPIDS</figcaption>
</figure>