Previous changeset 21:070fb0b64d4d (2024-12-03) Next changeset 23:9916f9bec7fd (2024-12-03) |
Commit message:
"planemo upload" |
modified:
CSP2/nextflow.config CSP2/subworkflows/fetchData/main.nf |
CSP2/nextflow.config |
diff -r 070fb0b64d4d -r 3d631131486f CSP2/nextflow.config |
CSP2/nextflow.config |
--- a/CSP2/nextflow.config Tue Dec 03 14:18:54 2024 -0500 +++ b/CSP2/nextflow.config Tue Dec 03 14:42:19 2024 -0500 @@ -15,8 +15,12 @@ // CPU/memory settings process { withLabel: 'mummerMem' { - cpus = 1 + cpus = 1 + memory = '4 GB' } + // withLabel: 'skesaMem' { + // memory = '12 GB' + // } } // Global default params |
CSP2/subworkflows/fetchData/main.nf |
diff -r 070fb0b64d4d -r 3d631131486f CSP2/subworkflows/fetchData/main.nf |
CSP2/subworkflows/fetchData/main.nf |
--- a/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 14:18:54 2024 -0500 +++ b/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 14:42:19 2024 -0500 @@ -493,6 +493,7 @@ assembled_data = assembly_output.map{it->tuple(it[0],it[3])} } process skesaAssemble{ + // label 'skesaMem' cpus = skesa_cpus |