mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Update conf/genotoul.config
Co-Authored-By: Maxime Garcia <maxime.garcia@scilifelab.se>
This commit is contained in:
parent
e95196451f
commit
dd4ff452da
1 changed files with 1 additions and 2 deletions
|
@ -18,10 +18,9 @@ process {
|
||||||
|
|
||||||
params {
|
params {
|
||||||
saveReference = true
|
saveReference = true
|
||||||
igenomesIgnore = true
|
igenomes_ignore = true
|
||||||
// Max resources requested by a normal node on genotoul.
|
// Max resources requested by a normal node on genotoul.
|
||||||
max_memory = 120.GB
|
max_memory = 120.GB
|
||||||
max_cpus = 48
|
max_cpus = 48
|
||||||
max_time = 96.h
|
max_time = 96.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue