Repository 'csp2'
hg clone https://toolrepo.galaxytrakr.org/repos/rliterman/csp2

Changeset 16:0efc98f25fd5 (2024-12-03)
Previous changeset 15:0d775868ee62 (2024-12-03) Next changeset 17:e06858a84fee (2024-12-03)
Commit message:
"planemo upload"
modified:
CSP2/nextflow.config
CSP2/nextflow.config
diff -r 0d775868ee62 -r 0efc98f25fd5 CSP2/nextflow.config
CSP2/nextflow.config
--- 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
+}