From eb08dd35edf560c6657425648dc1b2cd7f0fef5b Mon Sep 17 00:00:00 2001 From: Mootor Date: Fri, 4 Oct 2024 15:51:11 -0700 Subject: [PATCH] update memory for assembly --- config/F16.config | 2 +- config/F72.config | 2 +- config/M64.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/F16.config b/config/F16.config index 394e6f4..7f5f57d 100644 --- a/config/F16.config +++ b/config/F16.config @@ -17,7 +17,7 @@ process { withName: run_assembly_GRIDSS { cpus = 8 - memory = 20.GB + memory = 15.GB retry_strategy { memory { strategy = 'exponential' diff --git a/config/F72.config b/config/F72.config index 4d5e703..1f81130 100644 --- a/config/F72.config +++ b/config/F72.config @@ -17,7 +17,7 @@ process { withName: run_assembly_GRIDSS { cpus = 8 - memory = 20.GB + memory = 30.GB retry_strategy { memory { strategy = 'exponential' diff --git a/config/M64.config b/config/M64.config index e0f885c..29e2494 100644 --- a/config/M64.config +++ b/config/M64.config @@ -17,7 +17,7 @@ process { withName: run_assembly_GRIDSS { cpus = 8 - memory = 20.GB + memory = 120.GB retry_strategy { memory { strategy = 'exponential'