Skip to content

Commit

Permalink
Merge pull request nf-core#497 from d4straub/adjust-cfc-config
Browse files Browse the repository at this point in the history
update max_memory and max_time
  • Loading branch information
d4straub authored May 3, 2023
2 parents d9e0bfe + 250d1ca commit 450be9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions conf/cfc.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'QBiC Core Facility cluster profile provided by nf-core/configs.'
config_profile_contact = 'Gisela Gabernet (@ggabernet)'
config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)'
config_profile_url = 'http://qbic.uni-tuebingen.de/'
}

Expand All @@ -23,7 +23,7 @@ weblog{

params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 1999.GB
max_memory = 1992.GB
max_cpus = 128
max_time = 140.h
max_time = 168.h
}
6 changes: 3 additions & 3 deletions conf/cfc_dev.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'QBiC Core Facility cluster dev profile without container cache provided by nf-core/configs.'
config_profile_contact = 'Gisela Gabernet (@ggabernet)'
config_profile_contact = 'Friederike Hanssen (@FriederikeHanssen)'
config_profile_url = 'http://qbic.uni-tuebingen.de/'
}

Expand All @@ -22,7 +22,7 @@ weblog{

params {
igenomes_base = '/nfsmounts/igenomes'
max_memory = 1999.GB
max_memory = 1992.GB
max_cpus = 128
max_time = 140.h
max_time = 168.h
}

0 comments on commit 450be9c

Please sign in to comment.