diff --git a/conf/binac.config b/conf/binac.config index ac97fee..c255848 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -1,10 +1,3 @@ -/* - * ---------------------------------------------------------------------------- - * Nextflow config file for use with Singularity on BINAC cluster in Tuebingen - * ---------------------------------------------------------------------------- - * Defines basic usage limits and singularity image id. - */ - /* * ------------------------------------------------------------- * Name: BINAC @@ -13,6 +6,7 @@ * URL: https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC * ------------------------------------------------------------- */ + singularity { enabled = true } @@ -29,5 +23,8 @@ params { max_cpus = 28 max_time = 48.h - profile_description = 'BINAC Cluster Profile provided by nf-core/configs.' + config_profile_name = 'BINAC' + config_profile_description = 'BINAC Cluster Profile provided by nf-core/configs.' + config_profile_contact = 'Alexander Peltzer (@apeltzer)' + config_profile_url = 'https://www.bwhpc-c5.de/wiki/index.php/Category:BwForCluster_BinAC' } diff --git a/conf/cfc.config b/conf/cfc.config index 40d0049..939f1f2 100644 --- a/conf/cfc.config +++ b/conf/cfc.config @@ -1,8 +1,10 @@ /* * ------------------------------------------------------------- - * Nextflow config file for use with Singularity on CFC at QBIC + * Name: CFC + * Description: Core Facility Cluster Profile provided by nf-core/configs. + * Contact person: Alexander Peltzer (@apeltzer) + * URL: http://qbic.uni-tuebingen.de/ * ------------------------------------------------------------- - * Defines basic usage limits and singularity image id. */ singularity { @@ -19,4 +21,9 @@ params { max_memory = 60.GB max_cpus = 24 max_time = 140.h + + config_profile_name = 'CFC' + config_profile_description = 'Core Facility Cluster Profile provided by nf-core/configs.' + config_profile_contact = 'Alexander Peltzer (@apeltzer)' + config_profile_url = 'http://qbic.uni-tuebingen.de/' } diff --git a/conf/shh.config b/conf/shh.config index e5d2203..8355695 100644 --- a/conf/shh.config +++ b/conf/shh.config @@ -27,5 +27,8 @@ params { max_memory = 734.GB max_cpus = 64 max_time = 48.h - profile_description = 'MPI SHH Cluster Profile provided by nf-core/configs.' + config_profile_name = 'SHH' + config_profile_description = 'MPI SHH Cluster Profile provided by nf-core/configs.' + config_profile_contact = 'James Fellows Yates (@jfy133)' + config_profile_url = 'https://shh.mpg.de' }