-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env_template
More file actions
29 lines (28 loc) · 694 Bytes
/
.env_template
File metadata and controls
29 lines (28 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# NOTES
#
# 1) A subject-like dataset has the following structure:
# subject_like_dataset
# ├── 0
# . ├── file0.ext0
# .
# .
# .
# . └── file1.ext1
#
#
# .
# └── 99
# ├── file0.ext0
# .
# .
# .
# └── file1.ext1
#
# 2) Change the name of the file to .env or
# use a symlink
# Env vars for scripts/launch_experiment_set.sh
export DATA= # path to subject-like activity maps dataset
export RESULTS= # path to results dir
export SIMULATIONS= # path to store simulations
export VENV= # path to python3.9 virtual environment with the requirements.txt installed
export SIMPET= # path to simpet repository