mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 16:16:04 +00:00
Fix python related seg faults mag@eva
This commit is contained in:
parent
b50af6bf7e
commit
51d057564f
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ params {
|
||||||
config_profile_description = 'nf-core/mag EVA profile provided by nf-core/configs'
|
config_profile_description = 'nf-core/mag EVA profile provided by nf-core/configs'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env {
|
||||||
|
OPENBLAS_NUM_THREADS=1
|
||||||
|
OMP_NUM_THREADS=1
|
||||||
|
}
|
||||||
|
|
||||||
process {
|
process {
|
||||||
|
|
||||||
withName: FASTQC {
|
withName: FASTQC {
|
||||||
|
|
Loading…
Reference in a new issue