mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Matching max CPUs to SDAG (supercruncher8)
This commit is contained in:
parent
c7c8c096f8
commit
ca6ddcadb0
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ executor {
|
|||
|
||||
params {
|
||||
max_memory = 2.TB
|
||||
max_cpus = 32
|
||||
max_cpus = 128
|
||||
max_time = 720.h
|
||||
//Illumina iGenomes reference file path
|
||||
igenomes_base = "/projects1/public_data/igenomes/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue