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

24 lines
511 B
Text
Raw Normal View History

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'
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'
queue = { task.time <= 24.h ? 'fast' : 'long' }
2021-03-16 14:54:19 +00:00
}
params {
igenomes_ignore = true
max_memory = 252.GB
max_cpus = 56
max_time = 720.h
2021-03-16 14:54:19 +00:00
}