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

Add more details on config profiles

This commit is contained in:
Alexander Peltzer 2019-01-04 10:19:39 +01:00
parent d633cc87d0
commit a78fe147f0
2 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,14 @@
* Defines basic usage limits and singularity image id. * 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 { singularity {
enabled = true enabled = true
} }
@ -20,4 +28,6 @@ params {
max_memory = 128.GB max_memory = 128.GB
max_cpus = 28 max_cpus = 28
max_time = 48.h max_time = 48.h
profile_description = 'BINAC Cluster Profile provided by nf-core/configs.'
} }

View file

@ -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 { singularity {
@ -25,4 +27,5 @@ params {
max_memory = 734.GB max_memory = 734.GB
max_cpus = 64 max_cpus = 64
max_time = 48.h max_time = 48.h
profile_description = 'MPI SHH Cluster Profile provided by nf-core/configs.'
} }