1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-20 21:52:04 +00:00

Update BINAC, CFC, SHH COnfig profiles

This commit is contained in:
Alexander Peltzer 2019-01-04 14:42:09 +01:00
parent 87cea82c43
commit 078272745a
3 changed files with 18 additions and 11 deletions

View file

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

View file

@ -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/'
}

View file

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