mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +00:00
Turn of length filtering by default for short read (to match opt in for longread qc)
This commit is contained in:
parent
2cc07183a0
commit
95ad380173
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ params {
|
|||
shortread_qc_excludeunmerged = false
|
||||
shortread_qc_adapter1 = null
|
||||
shortread_qc_adapter2 = null
|
||||
shortread_qc_minlength = 15
|
||||
shortread_qc_minlength = 0
|
||||
|
||||
perform_longread_qc = false
|
||||
longread_qc_skipadaptertrim = false
|
||||
|
|
Loading…
Reference in a new issue