You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nf-configs/conf/phoenix.config

24 lines
574 B
Plaintext

//Profile config names for nf-core/configs
params {
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/'
}
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
}