diff CSP2/nextflow.config @ 16:0efc98f25fd5

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 12:30:30 -0500
parents 0d775868ee62
children eda1a8a50746
line wrap: on
line diff
--- a/CSP2/nextflow.config	Tue Dec 03 12:23:38 2024 -0500
+++ b/CSP2/nextflow.config	Tue Dec 03 12:30:30 2024 -0500
@@ -15,11 +15,9 @@
 // CPU/memory settings
 process {
     withLabel: 'mummerMem' {
-        cpus = 1
-        memory = '4 GB'
+        cpus = 1 
     }
     withLabel: 'skesaMem' {
-        memory = '12 GB'
     }
 }
 
@@ -110,4 +108,4 @@
     // Help function
     help = "nohelp"
     h = "nohelp"
-}
\ No newline at end of file
+}