1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 04:32:06 +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:
James A. Fellows Yates 2022-04-21 12:57:37 +02:00 committed by GitHub
commit 63230c3254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,3 +35,9 @@ params {
run_metaphlan3 = true
run_centrifuge = true
}
process {
withName: MALT_RUN {
maxForks = 1
}
}