mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update conf/munin.config
Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
This commit is contained in:
parent
13c66f7e98
commit
cb96c4bd2d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ process {
|
||||||
|
|
||||||
process {
|
process {
|
||||||
withName:'Mutect2|Mutect2Single' {
|
withName:'Mutect2|Mutect2Single' {
|
||||||
time = { check_max( 48.h * task.attempt, 'time' ) }
|
time = {48.h * task.attempt}
|
||||||
maxForks = 23
|
maxForks = 23
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue