1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Better test for snowy

This commit is contained in:
Pontus Freyhult 2021-04-12 19:32:21 +02:00
parent 7be4279718
commit 0987cbe1be

View file

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