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

Tweak based on official DIAMOND test-data

This commit is contained in:
James Fellows Yates 2022-04-30 08:11:40 +02:00
parent a4a9b161d8
commit 0630fce3b5
2 changed files with 1 additions and 5 deletions

View file

@ -35,10 +35,6 @@ params {
run_metaphlan3 = true run_metaphlan3 = true
run_centrifuge = true run_centrifuge = true
run_diamond = true run_diamond = true
// TODO: setting to txt here as does not require taxonomy in database.
// Should consider re-building our test database but with the required
// taxonomy files, but this may make large files (prot2access: 9GB)
diamond_output_format = 'txt'
} }
process { process {

View file

@ -111,7 +111,7 @@ params {
// diamond // diamond
run_diamond = false run_diamond = false
diamond_output_format = 'tsv' diamond_output_format = 'txt'
} }
// Load base.config by default for all pipelines // Load base.config by default for all pipelines