Skip to content

Commit a2ff5a8

Browse files
committed
Update resources
1 parent f53141d commit a2ff5a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf/base.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ process {
169169
time = { 1.h * ( reference.size() < 1e9 ? 10 : reference.size() < 10e9 ? 30 : 48) }
170170
}
171171

172-
withName: '.*:.*:READ_COVERAGE:BEDTOOLS_GENOMECOV' {
173-
memory = { 6.GB * (task.attempt * task.attempt) }
172+
withName: BEDTOOLS_GENOMECOV {
173+
memory = { 8.GB * (task.attempt * task.attempt) }
174174
time = { 12.h * task.attempt }
175175
}
176176

@@ -347,7 +347,7 @@ process {
347347
}
348348

349349
withName: BEDTOOLS_INTERSECT {
350-
memory = { 6.GB * (task.attempt * task.attempt) }
350+
memory = { 8.GB * (task.attempt * task.attempt) }
351351
}
352352

353353
withName: GENERATE_CRAM_CSV {

0 commit comments

Comments
 (0)