mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 19:19:54 +00:00
Merge pull request #63 from nf-core/maxforks
Update test.config to only allow maxFork to 1 for MALT_RUN
This commit is contained in:
commit
63230c3254
1 changed files with 6 additions and 0 deletions
|
@ -35,3 +35,9 @@ params {
|
||||||
run_metaphlan3 = true
|
run_metaphlan3 = true
|
||||||
run_centrifuge = true
|
run_centrifuge = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
process {
|
||||||
|
withName: MALT_RUN {
|
||||||
|
maxForks = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue