1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:42:04 +00:00

Update test.config

This commit is contained in:
James A. Fellows Yates 2022-04-20 13:41:01 +02:00 committed by GitHub
parent e71e7b86a2
commit d031322c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,4 +34,10 @@ params {
run_malt = true
run_metaphlan3 = true
run_centrifuge = true
}
process {
withName: MALT_RUN {
maxForks = 1
}
}