diff 0.2.1/conf/modules.config @ 17:1cb92deb15f8

"planemo upload"
author kkonganti
date Tue, 28 Jun 2022 19:54:23 -0400
parents 77494b0fa3c7
children b9cd7722d51b
line wrap: on
line diff
--- a/0.2.1/conf/modules.config	Tue Jun 28 18:18:17 2022 -0400
+++ b/0.2.1/conf/modules.config	Tue Jun 28 19:54:23 2022 -0400
@@ -17,51 +17,51 @@
     maxRetries = 11
 
     withLabel: 'process_femto' {
-        cpus= 1
+        cpus = 2
     }
 
     withLabel: 'process_pico' {
-        cpus= 2
+        cpus = 2
     }
 
     withLabel: 'process_nano' {
-        cpus= 4
+        cpus = 4
     }
 
     withLabel: 'process_micro' {
-        cpus= 8
+        cpus = 8
     }
 
     withLabel: 'process_only_mem_low' {
-        cpus= 1
+        cpus = 2
     }
 
     withLabel: 'process_only_mem_medium' {
-        cpus= 1
+        cpus = 2
     }
 
     withLabel: 'process_only_mem_high' {
-        cpus= 1
+        cpus = 2
     }
 
     withLabel: 'process_low' {
-        cpus= 10
+        cpus = 8
     }
 
     withLabel: 'process_medium' {
-        cpus= 10
+        cpus = 8
     }
 
     withLabel: 'process_high' {
-        cpus= 10
+        cpus = 8
     }
 
     withLabel: 'process_higher' {
-        cpus= 10
+        cpus = 8
     }
 
     withLabel: 'process_gigantic' {
-        cpus= 10
+        cpus = 8
     }
 }