diff --git a/conf/computerome.config b/conf/computerome.config index 97ee866..5445540 100644 --- a/conf/computerome.config +++ b/conf/computerome.config @@ -4,6 +4,10 @@ params { config_profile_contact = 'Marc Trunjer Kusk Nielsen (@marcmtk)' config_profile_url = 'https://www.computerome.dk/' project = null + + max_memory = 1500.GB + max_cpus = 40 + max_time = 168.h } singularity { @@ -17,9 +21,3 @@ process { executor = 'pbs' clusterOptions = { "-A $params.project -W group_list=$params.project" } } - -params { - max_memory = 1500.GB - max_cpus = 40 - max_time = 168.h -}