From c0ee50eabd1e4c9f8d4cedf7808993faa90750ee Mon Sep 17 00:00:00 2001 From: Chris Cheshire Date: Wed, 17 Apr 2024 14:17:30 +0100 Subject: [PATCH 1/2] Crick config - Update max resources for ncpu default queue --- conf/crick.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/crick.config b/conf/crick.config index 6e64f9ec7..466d22feb 100755 --- a/conf/crick.config +++ b/conf/crick.config @@ -16,9 +16,9 @@ process { } params { - max_memory = 224.GB - max_cpus = 32 - max_time = '72.h' + max_memory = 2.TB + max_cpus = 256 + max_time = '168.h' igenomes_base = '/flask/reference/Genomics/aws-igenomes' } From 466dc4531890219cf9a502363139c545ce6d6285 Mon Sep 17 00:00:00 2001 From: Chris Cheshire Date: Wed, 17 Apr 2024 15:04:42 +0100 Subject: [PATCH 2/2] Update to nemo --- conf/crick.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/crick.config b/conf/crick.config index 466d22feb..a7c117974 100755 --- a/conf/crick.config +++ b/conf/crick.config @@ -1,6 +1,6 @@ //Profile config names for nf-core/configs params { - config_profile_description = 'The Francis Crick Institute CAMP HPC cluster profile provided by nf-core/configs.' + config_profile_description = 'The Francis Crick Institute NEMO HPC cluster profile provided by nf-core/configs.' config_profile_contact = 'Chris Cheshire (@chris-cheshire)' config_profile_url = 'https://www.crick.ac.uk/research/platforms-and-facilities/scientific-computing/technologies' }