mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 03:39:55 +00:00
Fix test so complexity filter actually executes
This commit is contained in:
parent
469e4f3682
commit
02d950c58c
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ params {
|
||||||
run_kraken2 = true
|
run_kraken2 = true
|
||||||
run_malt = true
|
run_malt = true
|
||||||
shortread_clipmerge = true
|
shortread_clipmerge = true
|
||||||
shortread_complexityfiltering = true
|
shortread_complexityfilter = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue