diff --git a/configs/nextflow.base.config b/configs/nextflow.base.config index 3d7490e..8df7d8e 100644 --- a/configs/nextflow.base.config +++ b/configs/nextflow.base.config @@ -259,10 +259,10 @@ process { } withName: ska_build { container = "${params.containerDir}/ska2.sif" - cpus = 8 + cpus = 2 memory = '10 GB' publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ] - ext.args = "-k 31 --threads 8" + ext.args = "-k 31 --threads 1" } withName: skesa { container = "${params.containerDir}/skesa.sif" diff --git a/configs/nextflow.ci.config b/configs/nextflow.ci.config index b000d78..3a955ba 100644 --- a/configs/nextflow.ci.config +++ b/configs/nextflow.ci.config @@ -231,10 +231,10 @@ process { } withName: ska_build { container = "${params.containerDir}/ska2.sif" - cpus = 4 + cpus = 2 memory = '10 GB' publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ] - ext.args = "-k 31 --threads 4" + ext.args = "-k 31 --threads 1" } withName: skesa { container = "${params.containerDir}/skesa.sif" diff --git a/configs/nextflow.dev.config b/configs/nextflow.dev.config index c25e044..dde3725 100644 --- a/configs/nextflow.dev.config +++ b/configs/nextflow.dev.config @@ -246,10 +246,10 @@ process { } withName: ska_build { container = "https://depot.galaxyproject.org/singularity/ska2:0.3.10--h4349ce8_0" - cpus = 8 + cpus = 2 memory = '10 GB' publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ] - ext.args = "-k 31 --threads 8" + ext.args = "-k 31 --threads 1" } withName: skesa { container = "https://depot.galaxyproject.org/singularity/skesa:2.4.0--he1c1bb9_0" diff --git a/configs/nextflow.hopper.config b/configs/nextflow.hopper.config index 2d30123..698198e 100644 --- a/configs/nextflow.hopper.config +++ b/configs/nextflow.hopper.config @@ -261,10 +261,10 @@ process { } withName: ska_build { container = "https://depot.galaxyproject.org/singularity/ska2:0.3.10--h4349ce8_0" - cpus = 8 + cpus = 2 memory = '10 GB' publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ] - ext.args = "-k 31 --threads 8" + ext.args = "-k 31 --threads 1" } withName: skesa { container = "https://depot.galaxyproject.org/singularity/skesa:2.4.0--he1c1bb9_0" diff --git a/configs/nextflow.ngp.config b/configs/nextflow.ngp.config index 45bc20c..69e39d9 100644 --- a/configs/nextflow.ngp.config +++ b/configs/nextflow.ngp.config @@ -265,10 +265,10 @@ process { } withName: ska_build { container = "${params.containerDir}/ska2.sif" - cpus = params.cpus_medium + cpus = params.cpus_small memory = params.mem_small publishDir = [ path: "${params.outdir}/${params.speciesDir}/ska", mode: 'copy', overwrite: true ] - ext.args = "-k 31 --threads 8" + ext.args = "-k 31 --threads 1" } withName: skesa { container = "${params.containerDir}/skesa.sif"