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:
parent
47bb41a1d8
commit
50c4610345
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue