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

Adjusted time and maxforks for Mutect2

This commit is contained in:
Praveen Raj S 2022-03-15 16:29:19 +01:00 committed by GitHub
parent 47bb41a1d8
commit 50c4610345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,13 @@ process {
maxForks = 46
}
process {
withName:Mutect2 {
time = { check_max( 48.h * task.attempt, 'time' ) }
maxForks = 23
}
}
singularity {
cacheDir = '/data1/containers/'
enabled = true