comparison CSP2/nextflow.config @ 18:eda1a8a50746

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 12:44:32 -0500
parents 0efc98f25fd5
children 3d631131486f
comparison
equal deleted inserted replaced
17:e06858a84fee 18:eda1a8a50746
14 14
15 // CPU/memory settings 15 // CPU/memory settings
16 process { 16 process {
17 withLabel: 'mummerMem' { 17 withLabel: 'mummerMem' {
18 cpus = 1 18 cpus = 1
19 }
20 withLabel: 'skesaMem' {
21 } 19 }
22 } 20 }
23 21
24 // Global default params 22 // Global default params
25 params { 23 params {