diff CSP2/nextflow.config @ 15:0d775868ee62

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 12:23:38 -0500
parents 01431fa12065
children 0efc98f25fd5
line wrap: on
line diff
--- a/CSP2/nextflow.config	Tue Dec 03 11:09:33 2024 -0500
+++ b/CSP2/nextflow.config	Tue Dec 03 12:23:38 2024 -0500
@@ -12,6 +12,17 @@
 // Import profile settings
 includeConfig "conf/profiles.config"
 
+// CPU/memory settings
+process {
+    withLabel: 'mummerMem' {
+        cpus = 1
+        memory = '4 GB'
+    }
+    withLabel: 'skesaMem' {
+        memory = '12 GB'
+    }
+}
+
 // Global default params
 params {