From a78fe147f08075d4de2e6866178c53693384ab0b Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 4 Jan 2019 10:19:39 +0100 Subject: [PATCH] Add more details on config profiles --- conf/binac.config | 10 ++++++++++ conf/shh.config | 7 +++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/conf/binac.config b/conf/binac.config index 5d13119..ac97fee 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -5,6 +5,14 @@ * Defines basic usage limits and singularity image id. */ +/* + * ------------------------------------------------------------- + * Name: BINAC + * Description: Configuration profile for BinAC clusters in Baden-Wuerttemberg/Germany. + * Contact person: Alexander Peltzer (@apeltzer) + * URL: https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC + * ------------------------------------------------------------- + */ singularity { enabled = true } @@ -20,4 +28,6 @@ params { max_memory = 128.GB max_cpus = 28 max_time = 48.h + + profile_description = 'BINAC Cluster Profile provided by nf-core/configs.' } diff --git a/conf/shh.config b/conf/shh.config index 37b7516..7580324 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -1,8 +1,10 @@ /* * ------------------------------------------------------------- - * Nextflow config file for use with Singularity at SHH Clusters + * Name: SHH + * Description: Configuration profile for MPI SHH Jena clusters. + * Contact person: James Fellows Yates (yates@shh.mpg.de) + * URL: https://shh.mpg.de * ------------------------------------------------------------- - * Defines basic usage limits and singularity image id. */ singularity { @@ -25,4 +27,5 @@ params { max_memory = 734.GB max_cpus = 64 max_time = 48.h + profile_description = 'MPI SHH Cluster Profile provided by nf-core/configs.' }