comparison CSP2/nextflow.config @ 42:bbbf36187d87

"planemo upload"
author rliterman
date Thu, 12 Dec 2024 14:15:42 -0500
parents 93393808f415
children
comparison
equal deleted inserted replaced
41:e48f693bac6f 42:bbbf36187d87
15 // CPU/memory settings 15 // CPU/memory settings
16 process { 16 process {
17 withLabel: 'mummerMem' { 17 withLabel: 'mummerMem' {
18 task_name = 'CSP2-MUMmer' 18 task_name = 'CSP2-MUMmer'
19 cpus = 1 19 cpus = 1
20 # memory = '4 GB' 20 // memory = '4 GB'
21 } 21 }
22 withLabel: 'skesaMem' { 22 withLabel: 'skesaMem' {
23 task_name = 'CSP2-SKESA' 23 task_name = 'CSP2-SKESA'
24 # memory = '12 GB' 24 // memory = '12 GB'
25 } 25 }
26 } 26 }
27 27
28 // Global default params 28 // Global default params
29 params { 29 params {