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/maestro.config
2021-09-22 10:13:46 +02:00

26 lines
562 B
Text

params {
config_profile_description = 'Institut Pasteur Maestro cluster profile'
config_profile_url = 'https://confluence.pasteur.fr/spaces/viewspace.action?key=FAQA'
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=normal'
}
params {
igenomes_ignore = true
igenomesIgnore = true
max_memory = 400.GB
max_cpus = 96
max_time = 24.h
}