mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:23:10 +00:00
Tweak based on official DIAMOND test-data
This commit is contained in:
parent
a4a9b161d8
commit
0630fce3b5
2 changed files with 1 additions and 5 deletions
|
@ -35,10 +35,6 @@ params {
|
|||
run_metaphlan3 = true
|
||||
run_centrifuge = 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 {
|
||||
|
|
|
@ -111,7 +111,7 @@ params {
|
|||
|
||||
// diamond
|
||||
run_diamond = false
|
||||
diamond_output_format = 'tsv'
|
||||
diamond_output_format = 'txt'
|
||||
}
|
||||
|
||||
// Load base.config by default for all pipelines
|
||||
|
|
Loading…
Reference in a new issue