Skip to content

Commit

Permalink
make default local --score-min match the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLangmead committed Oct 1, 2016
1 parent 89203e5 commit 3b1631b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scoring.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
// Linear coefficient a
#define DEFAULT_MIN_LINEAR (-0.6f)
// Different defaults for --local mode
#define DEFAULT_MIN_CONST_LOCAL (0.0f)
#define DEFAULT_MIN_LINEAR_LOCAL (10.0f)
#define DEFAULT_MIN_CONST_LOCAL (20.0f)
#define DEFAULT_MIN_LINEAR_LOCAL (8.0f)

// Constant coefficient b in linear function f(x) = ax + b determining
// maximum permitted number of Ns f in a read before it is filtered &
Expand Down

0 comments on commit 3b1631b

Please sign in to comment.