forked from penn-cnt/RNS_processing_toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_example.JSON
More file actions
29 lines (29 loc) · 853 Bytes
/
config_example.JSON
File metadata and controls
29 lines (29 loc) · 853 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
{
"paths": {
"RNS_RAW_Folder": "/Path/to/data/folders/UPenn IRB xxxxxx - RNS System Data EXTERNAL #PHI",
"RNS_DATA_Folder": "/Path/to/MAT/file/folder/RNS_parsed_DATA_Files"
},
"boxKeys": {
"CLIENT_ID": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"CLIENT_SECRET": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"CLIENT_ACCESS_TOKEN": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"Folder_ID": "xxxxxxxx"
},
"institution": "UPenn",
"patients": [
{
"ID": "HUP1234",
"PDMS_ID": "1234567",
"Initials": "AA",
"pnsv_dataset": "N:dataset:xxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxxxx",
"pnsv_package": "N:dataset:xxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxxxx",
},
{
"ID": "HUP9876",
"PDMS_ID": "9876543",
"Initials": "BB",
"pnsv_dataset": "N:dataset:xxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxxxx",
"pnsv_package": "N:dataset:xxxxxx-xxxx-xxxx-xxx-xxxxxxxxxxxxxx",
}
]
}