comparison 0.4.2/conf/modules.config @ 119:fe85d7a64a03

planemo upload
author kkonganti
date Wed, 03 Jul 2024 11:42:10 -0400
parents 52045ea4679d
children
comparison
equal deleted inserted replaced
118:a646fee152da 119:fe85d7a64a03
12 12
13 errorStrategy = { 13 errorStrategy = {
14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish' 14 ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish'
15 } 15 }
16 16
17 maxRetries = 80 17 maxRetries = 5
18 18
19 withLabel: 'process_femto' { 19 withLabel: 'process_femto' {
20 cpus = 2 20 cpus = 2
21 } 21 }
22 22