1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-12-03 12:19:56 +00:00

Merge pull request #392 from nf-core/custom-mag-eva

Fix python related seg faults mag@eva
This commit is contained in:
Alexander Peltzer 2022-10-04 21:58:49 +02:00 committed by GitHub
commit a9781042c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@ params {
config_profile_description = 'nf-core/mag EVA profile provided by nf-core/configs'
}
env {
OPENBLAS_NUM_THREADS=1
OMP_NUM_THREADS=1
}
process {
withName: FASTQC {