1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-13 05:03:10 +00:00

Use env scope instead of beforescript for mag@eva

This commit is contained in:
James Fellows Yates 2022-06-15 15:39:36 +02:00
parent d12d98fb2e
commit ba8bffbdfd

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 {