# HG changeset patch # User rliterman # Date 1733247872 18000 # Node ID eda1a8a5074655172733785fab18e2402860588a # Parent e06858a84feeb8332773b71e3865811559e4aeeb "planemo upload" diff -r e06858a84fee -r eda1a8a50746 CSP2/nextflow.config --- 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 diff -r e06858a84fee -r eda1a8a50746 CSP2/subworkflows/fetchData/main.nf --- 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