From ecea2fefa79ba8c8340676be6660cf0874ca88cf Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:24:49 +0000 Subject: [PATCH] Drop number of CPUs configured in hello series to 4 (#470) --- hello-nextflow/hello-modules/nextflow.config | 2 +- hello-nextflow/hello-nf-test/nextflow.config | 2 +- hello-nextflow/solutions/hello-config/4-nextflow.config | 2 +- hello-nextflow/solutions/hello-config/5-nextflow.config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hello-nextflow/hello-modules/nextflow.config b/hello-nextflow/hello-modules/nextflow.config index b85b316b..46bc2d83 100644 --- a/hello-nextflow/hello-modules/nextflow.config +++ b/hello-nextflow/hello-modules/nextflow.config @@ -44,7 +44,7 @@ process { memory = 2.GB // allocations for a specific process withName: 'GATK_JOINTGENOTYPING' { - cpus = 8 + cpus = 4 } } diff --git a/hello-nextflow/hello-nf-test/nextflow.config b/hello-nextflow/hello-nf-test/nextflow.config index c15e38d5..58a16e19 100644 --- a/hello-nextflow/hello-nf-test/nextflow.config +++ b/hello-nextflow/hello-nf-test/nextflow.config @@ -47,7 +47,7 @@ process { memory = 2.GB // allocations for a specific process withName: 'GATK_JOINTGENOTYPING' { - cpus = 8 + cpus = 4 } } diff --git a/hello-nextflow/solutions/hello-config/4-nextflow.config b/hello-nextflow/solutions/hello-config/4-nextflow.config index 86d38f89..5cb2778f 100644 --- a/hello-nextflow/solutions/hello-config/4-nextflow.config +++ b/hello-nextflow/solutions/hello-config/4-nextflow.config @@ -28,6 +28,6 @@ process { memory = 2.GB // allocations for a specific process withName: 'GATK_JOINTGENOTYPING' { - cpus = 8 + cpus = 4 } } diff --git a/hello-nextflow/solutions/hello-config/5-nextflow.config b/hello-nextflow/solutions/hello-config/5-nextflow.config index b901560e..150bff59 100644 --- a/hello-nextflow/solutions/hello-config/5-nextflow.config +++ b/hello-nextflow/solutions/hello-config/5-nextflow.config @@ -41,7 +41,7 @@ process { memory = 2.GB // allocations for a specific process withName: 'GATK_JOINTGENOTYPING' { - cpus = 8 + cpus = 4 } }