comparison 0.4.2/conf/modules.config @ 137:421ba3230421

planemo upload
author kkonganti
date Mon, 08 Jul 2024 10:10:48 -0400
parents cbb06f201be5
children e051ec4961c3
comparison
equal deleted inserted replaced
136:154888ee0313 137:421ba3230421
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 = 3 17 maxRetries = 2
18 18
19 withLabel: 'process_femto' { 19 withLabel: 'process_femto' {
20 cpus = { 1 * task.attempt } 20 cpus = { 1 * task.attempt }
21 memory = { 1.GB * task.attempt } 21 memory = { 1.GB * task.attempt }
22 time = { 1.h * task.attempt } 22 time = { 1.h * task.attempt }