Skip to content

Commit

Permalink
change default FET threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
cjustin authored and cjustin committed Oct 12, 2021
1 parent cb478a4 commit e7db26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ unsigned k = 25;
string var = "";
string ref = "";

double scoreThresh= 0.05;
double scoreThresh= 0.01;
}
#endif
2 changes: 1 addition & 1 deletion src/ntSeqMatchEval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void printHelpDialog(){
const char dialog[] =
"Usage: " PROGRAM " [FILES...]\n"
" -s, --score_thresh Threshold to consider different given geometric\n"
" mean of Fisher's exact tests on each locus [0.05]\n"
" mean of Fisher's exact tests on each locus [0.01]\n"
// " -t, --threads Number of threads to run.[1]\n"
" -h, --help Display this dialog.\n"
" -v, --verbose Display verbose output.\n"
Expand Down

0 comments on commit e7db26b

Please sign in to comment.