Previous changeset 17:e06858a84fee (2024-12-03) Next changeset 19:ea8600e08d09 (2024-12-03) |
Commit message:
"planemo upload" |
modified:
CSP2/nextflow.config CSP2/subworkflows/fetchData/main.nf |
CSP2/nextflow.config |
diff -r e06858a84fee -r eda1a8a50746 CSP2/nextflow.config |
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 |
CSP2/subworkflows/fetchData/main.nf |
diff -r e06858a84fee -r eda1a8a50746 CSP2/subworkflows/fetchData/main.nf |
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 |