Mercurial > repos > rliterman > csp2
comparison CSP2/nextflow.config @ 16:0efc98f25fd5
"planemo upload"
author | rliterman |
---|---|
date | Tue, 03 Dec 2024 12:30:30 -0500 |
parents | 0d775868ee62 |
children | eda1a8a50746 |
comparison
equal
deleted
inserted
replaced
15:0d775868ee62 | 16:0efc98f25fd5 |
---|---|
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' | |
20 } | 19 } |
21 withLabel: 'skesaMem' { | 20 withLabel: 'skesaMem' { |
22 memory = '12 GB' | |
23 } | 21 } |
24 } | 22 } |
25 | 23 |
26 // Global default params | 24 // Global default params |
27 params { | 25 params { |