1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Merge pull request #353 from nf-core/praveenraj2018-patch-1

Added PileupSummariesForMutect2 in CPU limit list
This commit is contained in:
Praveen Raj S 2022-03-16 14:39:43 +01:00 committed by GitHub
commit 066a2181cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}