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.' }