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:
parent
d633cc87d0
commit
a78fe147f0
2 changed files with 15 additions and 2 deletions
|
@ -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.'
|
||||
}
|
||||
|
|
|
@ -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.'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue