From 4335e5deb7c2d4a38858ed15f393a2af48b6516e Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 4 Sep 2020 20:17:09 +0200 Subject: [PATCH] Update mpcdf.config --- conf/pipeline/eager/mpcdf.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/pipeline/eager/mpcdf.config b/conf/pipeline/eager/mpcdf.config index 5c26a7a..ead449d 100644 --- a/conf/pipeline/eager/mpcdf.config +++ b/conf/pipeline/eager/mpcdf.config @@ -6,6 +6,8 @@ params { config_profile_description = 'nf-core/eager MPCDF profile provided by nf-core/configs' } +profile { +cobra { // Specific nf-core/eager process configuration process { @@ -57,5 +59,6 @@ process { memory = { check_max( 256.GB * task.attempt, 'memory' ) } time = 24.h } - + } + } }