mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-26 08:18:12 +08:00
support ALT mapping
This commit is contained in:
@@ -35,6 +35,8 @@ void mm_mapopt_init(mm_mapopt_t *opt)
|
||||
opt->min_join_flank_sc = 1000;
|
||||
opt->min_join_flank_ratio = 0.5f;
|
||||
|
||||
opt->alt_diff_frac = 0.15f;
|
||||
|
||||
opt->a = 2, opt->b = 4, opt->q = 4, opt->e = 2, opt->q2 = 24, opt->e2 = 1;
|
||||
opt->sc_ambi = 1;
|
||||
opt->zdrop = 400, opt->zdrop_inv = 200;
|
||||
|
||||
Reference in New Issue
Block a user