From a55c3c04ebc24ee830dbb86e3f926e1a8665127f Mon Sep 17 00:00:00 2001 From: Marc Trunjer Kusk Nielsen Date: Wed, 15 Sep 2021 19:54:51 +0200 Subject: [PATCH] Update computerome.config Adding genomes and modules back into schema_ingore_params to avoid warnings about unexpected parameters. --- conf/computerome.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/computerome.config b/conf/computerome.config index 1411127..b6df360 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -5,7 +5,7 @@ params { config_profile_url = 'https://www.computerome.dk/' project = null cache_dir = "/home/projects/$params.project/scratch" - schema_ignore_params = "project,cache_dir" + schema_ignore_params = "project,cache_dir,genomes,modules" //Thin nodes with 192GB and Fat nodes with ~1500GB. Torque should be allowed to handle this max_memory = 1500.GB