Mercurial > repos > rliterman > csp2
diff CSP2/subworkflows/fetchData/main.nf @ 2:0dee732cfad2
"planemo upload"
author | rliterman |
---|---|
date | Mon, 02 Dec 2024 11:43:07 -0500 |
parents | 01431fa12065 |
children | 00aa43a565d1 |
line wrap: on
line diff
--- a/CSP2/subworkflows/fetchData/main.nf Mon Dec 02 11:24:02 2024 -0500 +++ b/CSP2/subworkflows/fetchData/main.nf Mon Dec 02 11:43:07 2024 -0500 @@ -20,7 +20,7 @@ userSNPDiffs = file("${projectDir}/bin/userSNPDiffs.py") // Set SKESA cores to 5 or fewer -skesa_cpus = (params.cores as Integer) >= 5 ? 5 : (params.cores as Integer) +skesa_cpus = (params.cores as Integer) >= 4 ? 4 : (params.cores as Integer) workflow { main: