1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 14:02:05 +00:00

Update config file with queue & correct ressources

This commit is contained in:
Sarah Guinchard 2022-05-12 10:55:00 +02:00
parent 4a50fd40e7
commit 6bb7c1a422

View file

@ -2,7 +2,7 @@
params { params {
config_profile_description = 'The IFB core cluster profile' config_profile_description = 'The IFB core cluster profile'
config_profile_contact = 'https://community.france-bioinformatique.fr' 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 { singularity {
@ -13,12 +13,12 @@ singularity {
process { process {
executor = 'slurm' executor = 'slurm'
queue = { task.time <= 24.h ? 'fast' : 'long' }
} }
params { params {
igenomes_ignore = true igenomes_ignore = true
// Max resources requested by a normal node on genotoul. max_memory = 252.GB
max_memory = 240.GB max_cpus = 56
max_cpus = 28 max_time = 720.h
max_time = 96.h
} }