mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 01:19:54 +00:00
Create czbiohub_local.config
This commit is contained in:
parent
2c2d23ac26
commit
2c290d5171
1 changed files with 10 additions and 0 deletions
10
conf/czbiohub_local.config
Normal file
10
conf/czbiohub_local.config
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
executor {
|
||||||
|
// This sets the *total* number of CPUs used to 32
|
||||||
|
// e.g. only 16 total translate jobs could run at once
|
||||||
|
cpus = 32
|
||||||
|
memory = '512.GB'
|
||||||
|
}
|
||||||
|
|
||||||
|
processs {
|
||||||
|
time = 999999999.h
|
||||||
|
}
|
Loading…
Reference in a new issue