-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEPIraction.config
122 lines (103 loc) · 1.88 KB
/
EPIraction.config
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
params {
data_folder = '/users/project/encode_005982/EPIraction.Nextflow'
tissues_index = 'EPIraction.tissues.data'
samples_index = 'EPIraction.H3K27ac.data'
regions = 'EPIraction.regions.bed'
}
executor {
name = 'crg'
queueSize = 190
pollInterval = '10 sec'
queueStatInterval = '10 sec'
submitRateLimit = '120/1min'
}
process {
penv = 'smp'
queue = 'rg-el7'
clusterOptions = '-P prj005982'
///////////
withName: Regions_annotate {
cpus = 2
memory = 15.GB
time = '1h'
}
withName: Regions_normalize {
cpus = 4
memory = 31.GB
time = '1h'
}
withName: Regions_final {
cpus = 2
memory = 15.GB
time = '1h'
}
///////////
withName: Samples_activity {
cpus = 2
memory = 15.GB
time = '5h'
}
withName: Samples_merge {
cpus = 2
memory = 15.GB
time = '1h'
}
///////////
withName: Make_pairs {
cpus = 2
memory = 15.GB
time = '1h'
}
///////////
withName: HiC_consensus {
cpus = 6
memory = 47.GB
time = '4h'
beforeScript = 'export _JAVA_OPTIONS=-Xmx20G'
}
withName: HiC_dump {
cpus = 3
memory = 32.GB
time = '4h'
beforeScript = 'export _JAVA_OPTIONS=-Xmx15G'
}
///////////
withName: First_qc {
cpus = 1
memory = 5.GB
time = '1h'
}
///////////
withName: Contacts_tissues {
cpus = 2
memory = 15.GB
time = '1h'
}
withName: Contacts_merge {
cpus = 2
memory = 15.GB
time = '1h'
}
///////////
withName: Glmnet_expressed {
cpus = 2
memory = 15.GB
time = '1h'
}
withName: Glmnet_data {
cpus = 1
memory = 7.GB
time = '4h'
}
withName: Glmnet_run {
cpus = 1
memory = 7.GB
time = '5h'
}
///////////
withName: Report_pairs {
cpus = 2
memory = 15.GB
time = '1h'
}
}