diff --git a/conf/eva.config b/conf/eva.config index d85cf967..cd087fe5 100644 --- a/conf/eva.config +++ b/conf/eva.config @@ -25,14 +25,14 @@ profiles { params { igenomes_base = "/mnt/archgen/public_data/igenomes" config_profile_description = 'MPI-EVA archgen profile, provided by nf-core/configs.' - max_memory = 256.GB + max_memory = 370.GB max_cpus = 32 max_time = 365.d } process { resourceLimits = [ - memory: 256.GB, + memory: 370.GB, cpus: 32, time: 365.d ] diff --git a/conf/pdc_kth.config b/conf/pdc_kth.config index 52b26f45..9e83f61d 100644 --- a/conf/pdc_kth.config +++ b/conf/pdc_kth.config @@ -40,7 +40,7 @@ def clusterOptionsCreator = { mem, time, cpus -> case "dardel": String extra = '' - if (time < 7.d && mem <= 111.GB && cpus < 256) { + if (time <= 7.d && mem <= 111.GB && cpus <= 256) { extra += ' -p shared ' } else if (time < 1.d) {