mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
Merge pull request #353 from nf-core/praveenraj2018-patch-1
Added PileupSummariesForMutect2 in CPU limit list
This commit is contained in:
commit
066a2181cb
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ process {
|
|||
maxForks = 46
|
||||
|
||||
// Limit cpus for Mutect2
|
||||
withName:'Mutect2|Mutect2Single' {
|
||||
withName:'Mutect2|Mutect2Single|PileupSummariesForMutect2' {
|
||||
time = {48.h * task.attempt}
|
||||
maxForks = 23
|
||||
maxForks = 12
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue