mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Set BLASTDB_LMDB_MAP_SIZE
This environment variable needs to be set in order to prevent memory allocation errors in the MAKEBLASTDB process.
This commit is contained in:
parent
17fad9dd15
commit
2112168420
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
env {
|
||||
BLASTDB_LMDB_MAP_SIZE=100000000
|
||||
}
|
||||
|
||||
process {
|
||||
withName : '.*PICARD.*' {
|
||||
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
||||
|
|
Loading…
Reference in a new issue