-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcluster.json
52 lines (47 loc) · 1.12 KB
/
cluster.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
{
"__default__" :
{
"account" : "",
"cpus-per-task" : "2",
"mem" : "16G",
"Nodes" : 1,
"runtime" : "3-00:00:00",
"jobname" : "pipeline",
"mail" : "ksahlin@kth.se",
"mail_type" : "FAIL",
"exclude" : "c[8-11,15-16]"
},
"isONclust" :
{
"jobname" : "isONclust",
"cpus-per-task" : "4",
"Nodes" : 1,
"mem" : "24G",
"runtime" : "1-00:00:00",
"mail" : "ksahlin@kth.se",
"mail_type" : "FAIL",
"exclude" : "c[8-11,15-16]"
},
"clusters_to_fastq":
{
"jobname" : "clusters_to_fastq",
"cpus-per-task" : "1",
"mem" : "24G",
"Nodes" : 1,
"runtime" : "10:00:00",
"mail" : "ksahlin@kth.se",
"mail_type" : "FAIL",
"exclude" : "c[8-11,15-16]"
},
"IsoCon" :
{
"jobname" : "IsoCon",
"cpus-per-task" : "16",
"Nodes" : 1,
"mem" : "128G",
"runtime" : "1-00:00:00",
"mail" : "ksahlin@kth.se",
"mail_type" : "FAIL",
"exclude" : "c[8-11,15-16]"
},
}