diff --git a/conf/cfc.config b/conf/cfc.config index 999e8d6f5..90e035bce 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -1,7 +1,7 @@ //Profile config names for nf-core/configs params { config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.' - config_profile_contact = 'Gisela Gabernet (@ggabernet)' + config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)' config_profile_url = 'http://qbic.uni-tuebingen.de/' } @@ -23,7 +23,7 @@ weblog{ params { igenomes_base = '/nfsmounts/igenomes' - max_memory = 1999.GB + max_memory = 1992.GB max_cpus = 128 - max_time = 140.h + max_time = 168.h } diff --git a/conf/cfc_dev.config b/conf/cfc_dev.config index 87caf6649..9493388f3 100644 --- a/conf/cfc_dev.config +++ b/conf/cfc_dev.config @@ -1,7 +1,7 @@ //Profile config names for nf-core/configs params { config_profile_description = 'QBiC Core Facility cluster dev profile without container cache provided by nf-core/configs.' - config_profile_contact = 'Gisela Gabernet (@ggabernet)' + config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)' config_profile_url = 'http://qbic.uni-tuebingen.de/' } @@ -22,7 +22,7 @@ weblog{ params { igenomes_base = '/nfsmounts/igenomes' - max_memory = 1999.GB + max_memory = 1992.GB max_cpus = 128 - max_time = 140.h + max_time = 168.h }