From 9df267a1922dfa78dc1ec8dd9363a11f3f20bd23 Mon Sep 17 00:00:00 2001 From: Rogan Grant Date: Wed, 28 Jul 2021 13:27:17 -0500 Subject: [PATCH] Merged duplicate params --- conf/nu_genomics.config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/conf/nu_genomics.config b/conf/nu_genomics.config index 71f28f6..fbd023d 100644 --- a/conf/nu_genomics.config +++ b/conf/nu_genomics.config @@ -3,6 +3,10 @@ params { config_profile_description = 'Northwestern University Quest HPC (Genomics Nodes) config provided by nf-core/configs' config_profile_contact = 'Rogan Grant / Janna Nugent (@RoganGrant, @NUjon)' config_profile_url = 'https://www.it.northwestern.edu/research/user-services/quest/' + max_memory = 190.GB + max_cpus = 40 + max_time = 240.h + igenomes_base = "/projects/genomicsshare/igenomes" #pending } singularity { @@ -20,11 +24,4 @@ process { executor { submitRateLimit = '1sec' -} - -params { - max_memory = 190.GB - max_cpus = 40 - max_time = 240.h - igenomes_base = "/projects/genomicsshare/igenomes" #pending } \ No newline at end of file