mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
edit max_time
This commit is contained in:
parent
6def686ab5
commit
5a0ecbd81d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ params {
|
||||||
config_profile_url = "https://www.bioinformatics.unibe.ch/"
|
config_profile_url = "https://www.bioinformatics.unibe.ch/"
|
||||||
max_memory = 500.GB
|
max_memory = 500.GB
|
||||||
max_cpus = 128
|
max_cpus = 128
|
||||||
max_time = 200.h
|
max_time = '7.d'
|
||||||
}
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
|
Loading…
Reference in a new issue