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

Fix python related seg faults mag@eva
master
Alexander Peltzer 2 years ago committed by GitHub
commit a9781042c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save