We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b005e19 + bb0308d commit 9743879Copy full SHA for 9743879
conf/base.config
@@ -21,6 +21,7 @@ process {
21
withName:SAMTOOLS_MERGE {
22
cpus = { 16 }
23
memory = { 50.GB * task.attempt }
24
+ time = { 20.h * task.attempt }
25
}
26
27
withName: '.*:.*:LONGREAD_COVERAGE:(MINIMAP2_ALIGN|MINIMAP2_ALIGN_SPLIT)' {
@@ -86,6 +87,11 @@ process {
86
87
memory = { 1.GB * task.attempt }
88
89
90
+ withName: BEDTOOLS_INTERSECT {
91
+ memory = { 10.GB * task.attempt }
92
93
+ }
94
+
95
// Process-specific resource requirements
96
// NOTE - Please try and reuse the labels below as much as possible.
97
// These labels are used and recognised by default in DSL2 files hosted on nf-core/modules.
0 commit comments