mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Update BINAC, CFC, SHH COnfig profiles
This commit is contained in:
parent
87cea82c43
commit
078272745a
3 changed files with 18 additions and 11 deletions
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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/'
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue