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/pasteur.config

24 lines
477 B
Text
Raw Normal View History

2019-07-24 09:32:02 +00:00
//Profile config names for nf-core/configs
params {
config_profile_description = 'The Institut Pasteur HPC cluster profile'
config_profile_contact = 'Remi Planel (@rplanel)'
2019-07-24 09:43:08 +00:00
config_profile_url = 'https://research.pasteur.fr/en/service/tars-cluster'
2019-07-24 09:32:02 +00:00
}
singularity {
enabled = true
autoMounts = true
runOptions = '-B /local/scratch:/tmp'
}
process {
executor = 'slurm'
}
params {
igenomesIgnore = true
max_memory = 256.GB
max_cpus = 28
max_time = 24.h
}