mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Better test for snowy
This commit is contained in:
parent
7be4279718
commit
0987cbe1be
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ params {
|
|||
igenomes_base = '/sw/data/uppnex/igenomes/'
|
||||
}
|
||||
|
||||
if (hostname ==~ "s.*") {
|
||||
if (hostname ==~ "s[0-9][0-9]*") {
|
||||
params.max_time = 700.h
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue