From 975fca6721f4c6cedb594f1cf7d34f3460555b45 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 7 Mar 2022 13:51:00 +0100 Subject: [PATCH] Apply suggestions from code review --- conf/mpcdf.config | 2 +- conf/pipeline/eager/mpcdf.config | 2 +- docs/mpcdf.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/mpcdf.config b/conf/mpcdf.config index 93e2924..ee33913 100644 --- a/conf/mpcdf.config +++ b/conf/mpcdf.config @@ -61,7 +61,7 @@ profiles { params { config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.' - max_memory = 2000000.MB + memory = 2000000.MB max_cpus = 72 max_time = 24.h } diff --git a/conf/pipeline/eager/mpcdf.config b/conf/pipeline/eager/mpcdf.config index 1a686d8..3b979de 100644 --- a/conf/pipeline/eager/mpcdf.config +++ b/conf/pipeline/eager/mpcdf.config @@ -70,7 +70,7 @@ profile { withName: malt { maxRetries = 1 - memory = 20000000.MB + memory = 2000000.MB cpus = 72 time = 24.h } diff --git a/docs/mpcdf.md b/docs/mpcdf.md index cbde737..793fad5 100644 --- a/docs/mpcdf.md +++ b/docs/mpcdf.md @@ -32,7 +32,7 @@ To use: `-profile mpcdf,raven` Sets the following parameters: - Maximum parallel running jobs: 8 -- Max. memory: 200000.MB (2.TB) +- Max. memory: 2000000.MB (2.TB) - Max. CPUs: 72 - Max. walltime: 24.h