diff CSP2/nextflow.config @ 22:3d631131486f

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 14:42:19 -0500
parents eda1a8a50746
children 9916f9bec7fd
line wrap: on
line diff
--- a/CSP2/nextflow.config	Tue Dec 03 14:18:54 2024 -0500
+++ b/CSP2/nextflow.config	Tue Dec 03 14:42:19 2024 -0500
@@ -15,8 +15,12 @@
 // CPU/memory settings
 process {
     withLabel: 'mummerMem' {
-        cpus = 1 
+        cpus = 1
+        memory = '4 GB'
     }
+   // withLabel: 'skesaMem' {
+   //     memory = '12 GB'
+   // }
 }
 
 // Global default params