2021-03-16 14:54:19 +00:00
|
|
|
//Profile config names for nf-core/configs
|
|
|
|
params {
|
|
|
|
config_profile_description = 'The IFB core cluster profile'
|
|
|
|
config_profile_contact = 'https://community.france-bioinformatique.fr'
|
2022-05-12 08:55:00 +00:00
|
|
|
config_profile_url = 'https://ifb-elixirfr.gitlab.io/cluster/doc/cluster-desc/'
|
2021-03-16 14:54:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
singularity {
|
|
|
|
enabled = true
|
|
|
|
runOptions = '-B /shared'
|
|
|
|
}
|
|
|
|
|
|
|
|
process {
|
|
|
|
executor = 'slurm'
|
2022-05-12 08:55:00 +00:00
|
|
|
queue = { task.time <= 24.h ? 'fast' : 'long' }
|
2021-03-16 14:54:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
params {
|
|
|
|
igenomes_ignore = true
|
2022-05-12 08:55:00 +00:00
|
|
|
max_memory = 252.GB
|
|
|
|
max_cpus = 56
|
|
|
|
max_time = 720.h
|
2021-03-16 14:54:19 +00:00
|
|
|
}
|