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

25 lines
531 B
Text
Raw Normal View History

2020-10-22 14:57:41 +00:00
//Profile config names for nf-core/configs
params {
config_profile_description = 'The ABiMS cluster profile'
config_profile_contact = 'Gildas Le Corguillé (@lecorguille)'
config_profile_url = 'https://abims.sb-roscoff.fr'
}
singularity {
enabled = true
2020-10-22 16:18:55 +00:00
autoMounts = false
2020-10-22 14:57:41 +00:00
runOptions = '-B /scratch:/scratch -B /scratch2:/scratch2 -B /shared:/shared'
}
process {
executor = 'slurm'
}
params {
igenomes_ignore = true
igenomesIgnore = true //deprecated
max_memory = 750.GB
max_cpus = 200
max_time = 24.h
}