mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #372 from nf-core/TCLamnidis-patch-1
Update eva.config
This commit is contained in:
commit
65d07a3ead
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ process {
|
||||||
errorStrategy = { task.exitStatus in [1,143,137,104,134,139,140] ? 'retry' : 'finish' }
|
errorStrategy = { task.exitStatus in [1,143,137,104,134,139,140] ? 'retry' : 'finish' }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
withName:eigenstrat_snp_coverage {
|
||||||
|
beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1'
|
||||||
|
}
|
||||||
|
|
||||||
withName:kraken_merge {
|
withName:kraken_merge {
|
||||||
beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1'
|
beforeScript = 'export OPENBLAS_NUM_THREADS=1; export OMP_NUM_THREADS=1'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue