-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
executable file
·55 lines (55 loc) · 1.57 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"local": {
"connection-id": "",
"work-dir": "nfta-wdir",
"access-token": "",
"job-config": null,
"agent-dir": null,
"log-level": "INFO",
"log-destination": "stdout",
"agent-debug-mode": false,
"update-agent":false,
"user": null,
"project": null
},
"setonix": {
"connection-id": "",
"work-dir": "/scratch/{project}/{user}/nfta-wdir/",
"access-token": "",
"agent-dir": "/software/projects/{project}/nf-tower/",
"job-config": {
"job-name": "NF-Tower-Agent",
"partition": "work",
"time": "24:00:00",
"ntasks": 1,
"ntasks-per-node" : 1,
"cpus-per-task" :2,
"mem": "12G"
},
"user": null,
"project": null,
"log-level": "INFO",
"update-agent":false,
"log-destination": "stdout",
"agent-debug-mode": false,
"job-log":null
},
"gadi": {
"connection-id": "",
"work-dir": "/scratch/{project}/{user}/nfta-wdir/",
"access-token": "",
"agent-dir": "/g/data/{project}/nf-tower/",
"job-config": {
"N": "NF-Tower-Agent",
"q": "copyq",
"l": "mem=12GB,ncpus=1,walltime=10:00:00,storage=gdata/if89+gdata/{project}+scratch/{project}"
},
"user": null,
"project": null,
"log-level": "INFO",
"update-agent":false,
"log-destination": "stdout",
"agent-debug-mode": false,
"job-log":null
}
}