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:
parent
be6ea0060f
commit
57c26c13d9
1 changed files with 2 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue