r111: changed the default z-drop to 200
This commit is contained in:
parent
e2b86d0332
commit
3825feeeac
2
main.c
2
main.c
|
|
@ -10,7 +10,7 @@
|
||||||
#include "minimap.h"
|
#include "minimap.h"
|
||||||
#include "mmpriv.h"
|
#include "mmpriv.h"
|
||||||
|
|
||||||
#define MM_VERSION "2.0-r110-pre"
|
#define MM_VERSION "2.0-r111-pre"
|
||||||
|
|
||||||
void liftrlimit()
|
void liftrlimit()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
2
map.c
2
map.c
|
|
@ -29,7 +29,7 @@ void mm_mapopt_init(mm_mapopt_t *opt)
|
||||||
opt->min_join_flank_sc = 1000;
|
opt->min_join_flank_sc = 1000;
|
||||||
|
|
||||||
opt->a = 1, opt->b = 2, opt->q = 2, opt->e = 1;
|
opt->a = 1, opt->b = 2, opt->q = 2, opt->e = 1;
|
||||||
opt->zdrop = 100;
|
opt->zdrop = 200;
|
||||||
opt->min_dp_score = 0;
|
opt->min_dp_score = 0;
|
||||||
opt->min_ksw_len = 100;
|
opt->min_ksw_len = 100;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue