comparison CSP2/nextflow.config @ 24:75070dbe67b1

"planemo upload"
author rliterman
date Tue, 03 Dec 2024 15:15:27 -0500
parents 9916f9bec7fd
children 792274118b2e
comparison
equal deleted inserted replaced
23:9916f9bec7fd 24:75070dbe67b1
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 }
25 25
26 // Global default params 26 // Global default params
27 params { 27 params {
28 28