diff 0.3.0/conf/modules.config @ 93:3f367a0de778

"planemo upload"
author kkonganti
date Tue, 19 Jul 2022 10:14:15 -0400
parents 295c2597a475
children
line wrap: on
line diff
--- a/0.3.0/conf/modules.config	Tue Jul 19 10:07:24 2022 -0400
+++ b/0.3.0/conf/modules.config	Tue Jul 19 10:14:15 2022 -0400
@@ -14,78 +14,54 @@
         ![0].contains(task.exitStatus) ? dynamic_retry(task.attempt, 10) : 'finish'
     }
 
-    maxRetries = 1
+    maxRetries = 80
 
     withLabel: 'process_femto' {
-        cpus = { 1 * task.attempt }
-        memory = { 1.GB * task.attempt }
-        time = { 1.h * task.attempt }
+        cpus = 2
     }
 
     withLabel: 'process_pico' {
-        cpus = { 2 * task.attempt }
-        memory = { 4.GB * task.attempt }
-        time = { 2.h * task.attempt }
+        cpus = 2
     }
 
     withLabel: 'process_nano' {
-        cpus = { 4 * task.attempt }
-        memory = { 8.GB * task.attempt }
-        time = { 4.h * task.attempt }
+        cpus = 4
     }
 
     withLabel: 'process_micro' {
-        cpus = { 8 * task.attempt }
-        memory = { 16.GB * task.attempt }
-        time = { 8.h * task.attempt }
+        cpus = 8
     }
 
     withLabel: 'process_only_mem_low' {
-        cpus = { 1 * task.attempt }
-        memory = { 60.GB * task.attempt }
-        time = { 20.h * task.attempt }
+        cpus = 2
     }
 
     withLabel: 'process_only_mem_medium' {
-        cpus = { 1 * task.attempt }
-        memory = { 100.GB * task.attempt }
-        time = { 30.h * task.attempt }
+        cpus = 2
     }
 
     withLabel: 'process_only_mem_high' {
-        cpus = { 1 * task.attempt }
-        memory = { 128.GB * task.attempt }
-        time = { 60.h * task.attempt }
+        cpus = 2
     }
 
     withLabel: 'process_low' {
-        cpus = { 10 * task.attempt }
-        memory = { 60.GB * task.attempt }
-        time = { 20.h * task.attempt }
+        cpus = 8
     }
 
     withLabel: 'process_medium' {
-        cpus = { 10 * task.attempt }
-        memory = { 100.GB * task.attempt }
-        time = { 30.h * task.attempt }
+        cpus = 8
     }
 
     withLabel: 'process_high' {
-        cpus = { 10 * task.attempt }
-        memory = { 128.GB * task.attempt }
-        time = { 60.h * task.attempt }
+        cpus = 8
     }
 
     withLabel: 'process_higher' {
-        cpus = { 10 * task.attempt }
-        memory = { 256.GB * task.attempt }
-        time = { 60.h * task.attempt }
+        cpus = 8
     }
 
     withLabel: 'process_gigantic' {
-        cpus = { 10 * task.attempt }
-        memory = { 512.GB * task.attempt }
-        time = { 60.h * task.attempt }
+        cpus = 8
     }
 }