Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
genomewalker committed Nov 21, 2022
1 parent 77d02e3 commit a6f839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bam_filter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def is_valid_file(parser, arg, var):
"min_read_length": 30,
"min_read_count": 10,
"min_expected_breadth_ratio": 0.5,
"min_norm_entropy": "auto",
"min_norm_entropy": None,
"min_norm_gini": None,
"min_avg_read_ani": 90.0,
"min_read_ani": 90.0,
Expand Down

0 comments on commit a6f839f

Please sign in to comment.