1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Add Phoenix

This commit is contained in:
Alexander Peltzer 2019-01-04 14:48:14 +01:00
parent 6ae7d02b14
commit bc8e05f4b3

View file

@ -1,8 +1,10 @@
/* /*
* ---------------------------------------------------------------------------- * -------------------------------------------------------------
* Nextflow config file for use with Singularity on Phoenix Cluster Adelaide * Name: PHOENIX
* ---------------------------------------------------------------------------- * Description: Phoenix Research cluster profile provided by nf-core/configs
* Defines basic usage limits and singularity image id. * Contact person: Yassine Souilmi / Alexander Peltzer (@yassineS, @apeltzer)
* URL: https://www.adelaide.edu.au/phoenix/
* -------------------------------------------------------------
*/ */
singularity { singularity {
@ -20,4 +22,9 @@ params {
max_memory = 128.GB max_memory = 128.GB
max_cpus = 32 max_cpus = 32
max_time = 48.h 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/'
} }