mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-14 05:33:09 +00:00
Use env scope instead of beforescript for mag@eva
This commit is contained in:
parent
d12d98fb2e
commit
ba8bffbdfd
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