From e31e781f2938fc95adc91b4c22f79eacbc4e56e8 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 26 May 2020 11:07:06 +0200 Subject: [PATCH] Remove debugging --- conf/shh.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/shh.config b/conf/shh.config index f10f1f8..8defc1f 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -1,6 +1,6 @@ //Profile config names for nf-core/configs params { - config_profile_description = 'JFY Generic MPI-SHH cluster(s) profile provided by nf-core/configs.' + config_profile_description = 'Generic MPI-SHH cluster(s) profile provided by nf-core/configs.' config_profile_contact = 'James Fellows Yates (@jfy133), Maxime Borry (@Maxibor)' config_profile_url = 'https://shh.mpg.de' max_memory = 256.GB @@ -31,12 +31,12 @@ executor { profiles { cdag { params { - config_profile_description = 'JFY MPI-SHH CDAG profile, provided by nf-core/configs.' + config_profile_description = 'CDAG MPI-SHH profile, provided by nf-core/configs.' } } sdag { params { - config_profile_description = 'JFY MPI-SHH SDAG profile, provided by nf-core/configs.' + config_profile_description = 'SDAG MPI-SHH profile, provided by nf-core/configs.' max_memory = 2.TB max_cpus = 128 }