change the default max_len

This commit is contained in:
Heng Li 2014-11-04 15:31:33 -05:00
parent ccf03ffd22
commit e5d7f4fc30
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var getopt = function(args, ostr) {
*** Main function ***
*********************/
var c, thres_len = 100, thres_ratio = .8, thres_nm = 5;
var c, thres_len = 50, thres_ratio = .8, thres_nm = 5;
// parse command line options
while ((c = getopt(arguments, "l:d:")) != null) {