diff --git a/conf/ifb_core.config b/conf/ifb_core.config index 50a72f4..64b571a 100644 --- a/conf/ifb_core.config +++ b/conf/ifb_core.config @@ -2,7 +2,7 @@ params { config_profile_description = 'The IFB core cluster profile' config_profile_contact = 'https://community.france-bioinformatique.fr' - config_profile_url = 'https://www.france-bioinformatique.fr/' + config_profile_url = 'https://ifb-elixirfr.gitlab.io/cluster/doc/cluster-desc/' } singularity { @@ -13,12 +13,12 @@ singularity { process { executor = 'slurm' + queue = { task.time <= 24.h ? 'fast' : 'long' } } params { igenomes_ignore = true - // Max resources requested by a normal node on genotoul. - max_memory = 240.GB - max_cpus = 28 - max_time = 96.h + max_memory = 252.GB + max_cpus = 56 + max_time = 720.h }