mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Update eva.config
This commit is contained in:
parent
05cc8a08f1
commit
46fba9c597
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ process {
|
|||
|
||||
withName:multiqc {
|
||||
beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1;'
|
||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga()}G" }
|
||||
clusterOptions = { "-S /bin/bash -V -j y -o output.log -l h_vmem=${task.memory.toGiga() * 2}G" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue