mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +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
|
maxForks = 46
|
||||||
}
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
withName:Mutect2 {
|
||||||
|
time = { check_max( 48.h * task.attempt, 'time' ) }
|
||||||
|
maxForks = 23
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
singularity {
|
singularity {
|
||||||
cacheDir = '/data1/containers/'
|
cacheDir = '/data1/containers/'
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue