comparison CSP2/nextflow.config @ 28:893a6993efe3

"planemo upload"
author rliterman
date Wed, 04 Dec 2024 13:48:13 -0500
parents 792274118b2e
children 93393808f415
comparison
equal deleted inserted replaced
27:792274118b2e 28:893a6993efe3
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 task_name = 'CSP2-MUMmer'
18 cpus = 1 19 cpus = 1
19 // memory = '4 GB' 20 //memory = '4 GB'
20 } 21 }
21 //withLabel: 'skesaMem' { 22 withLabel: 'skesaMem' {
22 // memory = '12 GB' 23 task_name = 'CSP2-SKESA'
23 //} 24 //memory = '12 GB'
25 }
24 } 26 }
25 27
26 // Global default params 28 // Global default params
27 params { 29 params {
28 30