forked from anna-alemany/VASAseq
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcluster.json
More file actions
executable file
·39 lines (31 loc) · 874 Bytes
/
cluster.json
File metadata and controls
executable file
·39 lines (31 loc) · 874 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
30
31
32
33
34
35
36
37
38
39
{
"__default__" :
{
"queue" : "normal",
"nCPUs" : "1",
"memory" : 10000,
"resources" : "\"select[mem>10000] rusage[mem=10000] span[hosts=1]\"",
"name" : "JOBNAME.{rule}.{wildcards}",
"output" : "logs/{rule}.{wildcards}.out",
"error" : "logs/{rule}.{wildcards}.err",
"Group" : "team_hemberg",
"tCPU" : "99999"
},
"hisat2_Genome_index" :
{
"queue" : "normal",
"nCPUs" : 16,
"memory" : 240000,
"resources" : "\"select[mem>240000] rusage[mem=240000] span[hosts=1]\"",
},
"deduplicate" :
{
"memory" : 40000,
"queue" : long,
"resources" : "\"select[mem>40000] rusage[mem=40000] span[hosts=1]\"",
},
"hisat2_to_Genome" :
{
"nCPUs" : 3
}
}