1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

Redo cases for simplification

This commit is contained in:
Pontus Freyhult 2021-04-12 19:21:58 +02:00
parent be6ea0060f
commit 57c26c13d9

View file

@ -43,19 +43,14 @@ process {
params {
save_reference = true
max_memory = 970.GB
max_memory = 500.GB
max_cpus = 16
max_time = 240.h
// illumina iGenomes reference file paths on UPPMAX
igenomes_base = '/sw/data/uppnex/igenomes/'
}
if (hostname ==~ "b.*") {
params.max_memory = 500.GB
}
if (hostname ==~ "s.*") {
params.max_memory = 500.GB
params.max_time = 700.h
}
@ -65,6 +60,7 @@ if (hostname ==~ "i.*") {
if (hostname ==~ "r.*") {
params.max_cpus = 20
params.max_memory = 970.GB
}
profiles {