We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53141d commit a2ff5a8Copy full SHA for a2ff5a8
conf/base.config
@@ -169,8 +169,8 @@ process {
169
time = { 1.h * ( reference.size() < 1e9 ? 10 : reference.size() < 10e9 ? 30 : 48) }
170
}
171
172
- withName: '.*:.*:READ_COVERAGE:BEDTOOLS_GENOMECOV' {
173
- memory = { 6.GB * (task.attempt * task.attempt) }
+ withName: BEDTOOLS_GENOMECOV {
+ memory = { 8.GB * (task.attempt * task.attempt) }
174
time = { 12.h * task.attempt }
175
176
@@ -347,7 +347,7 @@ process {
347
348
349
withName: BEDTOOLS_INTERSECT {
350
351
352
353
withName: GENERATE_CRAM_CSV {
0 commit comments