Mercurial > repos > rliterman > csp2
comparison CSP2/nextflow.config @ 22:3d631131486f
"planemo upload"
author | rliterman |
---|---|
date | Tue, 03 Dec 2024 14:42:19 -0500 |
parents | eda1a8a50746 |
children | 9916f9bec7fd |
comparison
equal
deleted
inserted
replaced
21:070fb0b64d4d | 22:3d631131486f |
---|---|
13 includeConfig "conf/profiles.config" | 13 includeConfig "conf/profiles.config" |
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 } | 20 } |
21 // withLabel: 'skesaMem' { | |
22 // memory = '12 GB' | |
23 // } | |
20 } | 24 } |
21 | 25 |
22 // Global default params | 26 // Global default params |
23 params { | 27 params { |
24 | 28 |