-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
31 lines (31 loc) · 973 Bytes
/
config.json
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
30
31
{
"paths": {
"unicorns": "./data/DROP-OFF/",
"run_folder_base": "./data/DONE/",
"credentials": "./dev/.rsc/AKTAmercy.json",
"brain": "./data/brain.json"
},
"spreadsheets": {
"queue": "Protein Queue",
"matrix": "_CHROMATRIX_"
},
"mode": "local",
"plotting": {
"params": {
"legend.fontsize": "large",
"figure.figsize": [10, 6],
"axes.labelsize": "medium",
"axes.titlesize": "large",
"xtick.labelsize": "small",
"xtick.major.size": 10,
"xtick.major.pad": 10,
"ytick.labelsize": "small",
"axes.grid": true,
"grid.alpha": 0.5,
"axes.edgecolor": "black",
"axes.linewidth": 0.8,
"lines.linewidth": 2,
"lines.markersize": 6
}
}
}