Mercurial > repos > rliterman > csp2
diff CSP2/nextflow.config @ 28:893a6993efe3
"planemo upload"
author | rliterman |
---|---|
date | Wed, 04 Dec 2024 13:48:13 -0500 |
parents | 792274118b2e |
children | 93393808f415 |
line wrap: on
line diff
--- a/CSP2/nextflow.config Wed Dec 04 12:50:59 2024 -0500 +++ b/CSP2/nextflow.config Wed Dec 04 13:48:13 2024 -0500 @@ -15,12 +15,14 @@ // CPU/memory settings process { withLabel: 'mummerMem' { + task_name = 'CSP2-MUMmer' cpus = 1 - // memory = '4 GB' + //memory = '4 GB' } - //withLabel: 'skesaMem' { - // memory = '12 GB' - //} + withLabel: 'skesaMem' { + task_name = 'CSP2-SKESA' + //memory = '12 GB' + } } // Global default params