mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Added PileupSummariesForMutect2 in CPU limit list
Add PileupSummariesForMutect2 to the list to run with less threads. Changed the MaxForks to 12 Tested on an internal sample and it worked!
This commit is contained in:
parent
d510cb254e
commit
9747d5fe15
1 changed files with 3 additions and 2 deletions
|
@ -20,9 +20,10 @@ process {
|
||||||
maxForks = 46
|
maxForks = 46
|
||||||
|
|
||||||
// Limit cpus for Mutect2
|
// Limit cpus for Mutect2
|
||||||
withName:'Mutect2|Mutect2Single' {
|
process {
|
||||||
|
withName:'Mutect2|Mutect2Single|PileupSummariesForMutect2' {
|
||||||
time = {48.h * task.attempt}
|
time = {48.h * task.attempt}
|
||||||
maxForks = 23
|
maxForks = 12
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue