changeset 18:eda1a8a50746

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 12:44:32 -0500
parents e06858a84fee
children ea8600e08d09
files CSP2/nextflow.config CSP2/subworkflows/fetchData/main.nf
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CSP2/nextflow.config	Tue Dec 03 12:40:56 2024 -0500
+++ b/CSP2/nextflow.config	Tue Dec 03 12:44:32 2024 -0500
@@ -17,8 +17,6 @@
     withLabel: 'mummerMem' {
         cpus = 1 
     }
-    withLabel: 'skesaMem' {
-    }
 }
 
 // Global default params
--- a/CSP2/subworkflows/fetchData/main.nf	Tue Dec 03 12:40:56 2024 -0500
+++ b/CSP2/subworkflows/fetchData/main.nf	Tue Dec 03 12:44:32 2024 -0500
@@ -493,7 +493,6 @@
     assembled_data = assembly_output.map{it->tuple(it[0],it[3])}
 }
 process skesaAssemble{
-    label 'skesaMem'
 
     cpus = skesa_cpus