1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

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

Adjusted time and maxforks for Mutect2
This commit is contained in:
Praveen Raj S 2022-03-15 17:00:09 +01:00 committed by GitHub
commit 5828a48ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,12 @@ params {
process {
executor = 'local'
maxForks = 46
// Limit cpus for Mutect2
withName:'Mutect2|Mutect2Single' {
time = {48.h * task.attempt}
maxForks = 23
}
}
singularity {