mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-23 21:28:11 +08:00
r159: use two-piece gap penalty
This commit is contained in:
@@ -30,8 +30,8 @@ void mm_mapopt_init(mm_mapopt_t *opt)
|
||||
opt->max_join_short = 2000;
|
||||
opt->min_join_flank_sc = 1000;
|
||||
|
||||
opt->a = 1, opt->b = 2, opt->q = 2, opt->e = 1;
|
||||
opt->zdrop = 200;
|
||||
opt->a = 2, opt->b = 4, opt->q = 4, opt->e = 2, opt->q2 = 24, opt->e2 = 1;
|
||||
opt->zdrop = 400;
|
||||
opt->min_dp_max = opt->min_chain_score;
|
||||
opt->min_ksw_len = 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user