Skip to content

Commit

Permalink
change default coverage skew value
Browse files Browse the repository at this point in the history
  • Loading branch information
cjustin authored and cjustin committed Sep 20, 2022
1 parent c0d82e9 commit fb4093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 31,7 @@ float siteCovThreshold = 0.75;
double covThresh = std::numeric_limits<double>::max();

double scoreThresh = 0.5;
double covSkew = 0.25;
double covSkew = 0.2;
bool all = false;
unsigned maxCov = std::numeric_limits<unsigned>::max();
unsigned minCov = 1;
Expand Down

0 comments on commit fb4093e

Please sign in to comment.