Mercurial > repos > rliterman > csp2
comparison CSP2/nextflow.config @ 15:0d775868ee62
"planemo upload"
author | rliterman |
---|---|
date | Tue, 03 Dec 2024 12:23:38 -0500 |
parents | 01431fa12065 |
children | 0efc98f25fd5 |
comparison
equal
deleted
inserted
replaced
14:074a2dc26b69 | 15:0d775868ee62 |
---|---|
9 // Enable conda | 9 // Enable conda |
10 conda.enabled = true | 10 conda.enabled = true |
11 | 11 |
12 // Import profile settings | 12 // Import profile settings |
13 includeConfig "conf/profiles.config" | 13 includeConfig "conf/profiles.config" |
14 | |
15 // CPU/memory settings | |
16 process { | |
17 withLabel: 'mummerMem' { | |
18 cpus = 1 | |
19 memory = '4 GB' | |
20 } | |
21 withLabel: 'skesaMem' { | |
22 memory = '12 GB' | |
23 } | |
24 } | |
14 | 25 |
15 // Global default params | 26 // Global default params |
16 params { | 27 params { |
17 | 28 |
18 // Setting output directory | 29 // Setting output directory |