comparison CSP2/nextflow.config @ 23:9916f9bec7fd

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 14:47:47 -0500
parents 3d631131486f
children 75070dbe67b1
comparison
equal deleted inserted replaced
22:3d631131486f 23:9916f9bec7fd
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 memory = '4 GB' 19 // memory = '4 GB'
20 } 20 }
21 // withLabel: 'skesaMem' { 21 // withLabel: 'skesaMem' {
22 // memory = '12 GB' 22 // memory = '12 GB'
23 // } 23 // }
24 } 24 }