mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:03:10 +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_centrifuge = true
|
||||
}
|
||||
|
||||
process {
|
||||
withName: MALT_RUN {
|
||||
maxForks = 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue