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/abims.config
2020-10-22 18:18:55 +02:00

24 lines
531 B
Text

//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
autoMounts = false
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
}