-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcluster.json
67 lines (52 loc) · 1.25 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"__default__" :
{
"queue" : "normal",
"nCPUs" : "1",
"memory" : 10000,
"resources" : "\"select[mem>10000] rusage[mem=10000] span[hosts=1]\"",
"name" : "JOBNAME.{rule}.{wildcards}",
"output" : "$TEAM/temp.logs/{rule}.{wildcards}.out",
"error" : "$TEAM/temp.logs/{rule}.{wildcards}.err",
"Group" : "team_hemberg",
"tCPU" : "99999"
},
"Round1_bwa_mem_to_tags" :
{
"nCPUs" : 5
},
"hisat2_Genome_index" :
{
"nCPUs" : 5
},
"whippet_quant" :
{
"nCPUs" : 1,
"memory" : 2000,
"resources" : "\"select[mem>2000] rusage[mem=2000] span[hosts=1]\""
},
"indexBam" :
{
"nCPUs" : 1,
"memory" : 2000,
"resources" : "\"select[mem>2000] rusage[mem=2000] span[hosts=1]\""
},
"Round2_bowtie_to_tags" :
{
"nCPUs" : 5
},
"bowtie_to_genome" :
{
"nCPUs" : 2
},
"Output" :
{
"nCPUs" : 2,
"memory" : 100000,
"resources" : "\"select[mem>100000] rusage[mem=100000] span[hosts=1]\""
},
"total_hisat2_to_Genome" :
{
"nCPUs" : 5
},
}