Skip to content

Commit

Permalink
Merge pull request #49 from rmcolq/extract_thresholds
Browse files Browse the repository at this point in the history
increase threshold for bacteria and archea/fungi
  • Loading branch information
rmcolq authored Jan 19, 2024
2 parents f8a7d14 + 4fb1678 commit c8c7523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/params.config
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ params {
"min_percent": 100
],
'Bacteria': [
"min_reads": 10,
"min_reads": 100,
"min_percent": 1
],
'default': [
"min_reads": 5,
"min_percent": 0
"min_reads": 100,
"min_percent": 0.1
]
]
reject_human = false
Expand Down

0 comments on commit c8c7523

Please sign in to comment.