Skip to content

Commit 9743879

Browse files
authored
Merge pull request #113 from sanger-tol/split_telo
Split telo
2 parents b005e19 + bb0308d commit 9743879

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conf/base.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ process {
2121
withName:SAMTOOLS_MERGE {
2222
cpus = { 16 }
2323
memory = { 50.GB * task.attempt }
24+
time = { 20.h * task.attempt }
2425
}
2526

2627
withName: '.*:.*:LONGREAD_COVERAGE:(MINIMAP2_ALIGN|MINIMAP2_ALIGN_SPLIT)' {
@@ -86,6 +87,11 @@ process {
8687
memory = { 1.GB * task.attempt }
8788
}
8889

90+
withName: BEDTOOLS_INTERSECT {
91+
memory = { 10.GB * task.attempt }
92+
time = { 20.h * task.attempt }
93+
}
94+
8995
// Process-specific resource requirements
9096
// NOTE - Please try and reuse the labels below as much as possible.
9197
// These labels are used and recognised by default in DSL2 files hosted on nf-core/modules.

0 commit comments

Comments
 (0)