From bc8e05f4b372e7803880a3982cea2308bacc34c1 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 4 Jan 2019 14:48:14 +0100 Subject: [PATCH] Add Phoenix --- conf/phoenix.config | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/conf/phoenix.config b/conf/phoenix.config index 81b7d44..91f20bf 100644 --- a/conf/phoenix.config +++ b/conf/phoenix.config @@ -1,8 +1,10 @@ /* - * ---------------------------------------------------------------------------- - * Nextflow config file for use with Singularity on Phoenix Cluster Adelaide - * ---------------------------------------------------------------------------- - * Defines basic usage limits and singularity image id. + * ------------------------------------------------------------- + * 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 { @@ -20,4 +22,9 @@ 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/' }