1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-26 15:08:18 -05:00
nf-configs/conf/phoenix.config

24 lines
574 B
Text
Raw Normal View History

//Profile config names for nf-core/configs
params {
2019-01-07 08:25:06 -05:00
config_profile_description = 'University of Adelaide Phoenix HPC cluster profile provided by nf-core/configs'
config_profile_contact = 'Yassine Souilmi / Alexander Peltzer (@yassineS, @apeltzer)'
config_profile_url = 'https://www.adelaide.edu.au/phoenix/'
}
2018-11-26 18:02:40 -05:00
singularity {
2018-11-26 18:31:44 -05:00
enabled = true
envWhitelist='SINGULARITY_BINDPATH'
autoMounts = true
2018-11-26 18:02:40 -05:00
}
process {
2018-11-26 18:31:44 -05:00
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
executor = 'slurm'
2018-11-26 18:02:40 -05:00
}
params {
max_memory = 128.GB
max_cpus = 32
max_time = 48.h
}