1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +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:
Praveen Raj S 2022-03-16 14:36:25 +01:00 committed by GitHub
parent d510cb254e
commit 9747d5fe15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,10 @@ process {
maxForks = 46
// Limit cpus for Mutect2
withName:'Mutect2|Mutect2Single' {
process {
withName:'Mutect2|Mutect2Single|PileupSummariesForMutect2' {
time = {48.h * task.attempt}
maxForks = 23
maxForks = 12
}
}