1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00
nf-configs/conf/phoenix.config
Alexander Peltzer bc8e05f4b3 Add Phoenix
2019-01-04 14:48:14 +01:00

30 lines
895 B
Text

/*
* -------------------------------------------------------------
* Name: PHOENIX
* Description: Phoenix Research cluster profile provided by nf-core/configs
* Contact person: Yassine Souilmi / Alexander Peltzer (@yassineS, @apeltzer)
* URL: https://www.adelaide.edu.au/phoenix/
* -------------------------------------------------------------
*/
singularity {
enabled = true
envWhitelist='SINGULARITY_BINDPATH'
autoMounts = true
}
process {
beforeScript = 'module load Singularity/2.5.2-GCC-5.4.0-2.26'
executor = 'slurm'
}
params {
max_memory = 128.GB
max_cpus = 32
max_time = 48.h
config_profile_name = 'PHOENIX'
config_profile_description = 'Phoenix Research 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/'
}