mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Update conf/uppmax.config
Co-authored-by: Mahesh Binzer-Panchal <mahesh.binzer-panchal@nbis.se>
This commit is contained in:
parent
c842ca70a7
commit
501db6bd2b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ process {
|
|||
// Cluster: Snowy
|
||||
// Caution: Bianca nodes will be project name-nodenumber, e.g. sens2021500-001
|
||||
// so cannot rely on just starting with 's'
|
||||
if (hostname ==~ "s[0-9][0-9]*") {
|
||||
if (hostname.matches("^s[0-9][0-9]*")) {
|
||||
params.max_time = 700.h
|
||||
params.max_memory = 3880.GB
|
||||
params.config_profile_description = 'UPPMAX (Snowy) cluster profile provided by nf-core/configs.'
|
||||
|
|
Loading…
Reference in a new issue