From 4814bac1c342e9715539a28a0967b33d3df5e86d Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 12 May 2020 12:42:42 +0200 Subject: [PATCH] Fix sub-profiles --- conf/shh.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/shh.config b/conf/shh.config index a6106be..852f1d3 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -33,11 +33,15 @@ params { profiles { cdag { + params { config_profile_description = 'MPI-SHH CDAG profile, provided by nf-core/configs.' + } } sdag { + params { config_profile_description = 'MPI-SHH SDAG profile, provided by nf-core/configs.' max_memory = 2.TB max_cpus = 128 + } } }