diff 0.2.1/conf/modules.config @ 37:a047ee0e34ae

"planemo upload"
author kkonganti
date Wed, 29 Jun 2022 19:24:35 -0400
parents 1d6557e7db72
children 36ca1a1156df
line wrap: on
line diff
--- a/0.2.1/conf/modules.config	Wed Jun 29 19:08:47 2022 -0400
+++ b/0.2.1/conf/modules.config	Wed Jun 29 19:24:35 2022 -0400
@@ -18,62 +18,50 @@
 
     withLabel: 'process_femto' {
         cpus = 2
-        memory = 64.GB
     }
 
     withLabel: 'process_pico' {
         cpus = 2
-        memory = 64.GB
     }
 
     withLabel: 'process_nano' {
         cpus = 4
-        memory = 64.GB
     }
 
     withLabel: 'process_micro' {
         cpus = 8
-        memory = 64.GB
     }
 
     withLabel: 'process_only_mem_low' {
         cpus = 2
-        memory = 64.GB
     }
 
     withLabel: 'process_only_mem_medium' {
         cpus = 2
-        memory = 64.GB
     }
 
     withLabel: 'process_only_mem_high' {
         cpus = 2
-        memory = 64.GB
     }
 
     withLabel: 'process_low' {
         cpus = 8
-        memory = 64.GB
     }
 
     withLabel: 'process_medium' {
         cpus = 8
-        memory = 64.GB
     }
 
     withLabel: 'process_high' {
         cpus = 8
-        memory = 64.GB
     }
 
     withLabel: 'process_higher' {
         cpus = 8
-        memory = 64.GB
     }
 
     withLabel: 'process_gigantic' {
         cpus = 8
-        memory = 64.GB
     }
 }