Mercurial > repos > rliterman > csp2
diff CSP2/subworkflows/fetchData/main.nf @ 24:75070dbe67b1
"planemo upload"
author | rliterman |
---|---|
date | Tue, 03 Dec 2024 15:15:27 -0500 |
parents | 3d631131486f |
children | 5c609acba34e |
line wrap: on
line diff
--- a/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 14:47:47 2024 -0500 +++ b/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 15:15:27 2024 -0500 @@ -20,7 +20,7 @@ userSNPDiffs = file("${projectDir}/bin/userSNPDiffs.py") // Set SKESA cores to 4 or fewer -skesa_cpus = (params.cores as Integer) >= 4 ? 4 : (params.cores as Integer) +skesa_cpus = (params.cores as Integer) >= 4 ? 4 : params.cores as Integer workflow { main: