1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Update conf/munin.config

Co-authored-by: Maxime U. Garcia <max.u.garcia@gmail.com>
This commit is contained in:
Praveen Raj S 2022-03-15 16:56:11 +01:00 committed by GitHub
parent 13c66f7e98
commit cb96c4bd2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ process {
process {
withName:'Mutect2|Mutect2Single' {
time = { check_max( 48.h * task.attempt, 'time' ) }
time = {48.h * task.attempt}
maxForks = 23
}
}