1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00
nf-configs/conf/pasteurMaestroLong.config

26 lines
475 B
Text

params {
config_profile_description = 'Institut Pasteur Maestro cluster profile'
config_profile_contact = 'Pierre Luisi (@pierrespc)'
}
singularity {
enabled = true
autoMounts = true
runOptions = '--home $HOME:/home/$USER --bind /pasteur'
}
process {
executor = 'slurm'
scratch=false
queue = "common"
clusterOptions = "--qos=long"
}
params {
igenomes_ignore = true
igenomesIgnore = true
max_memory = 100.GB
max_cpus = 5
max_time = 8760.h
}