mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-27 23:18:12 +08:00
r490: improved short-read extension heuristic
Now we find the best scoring ungapped seeded segment and then extend from it. There is no gap filling for short reads.
This commit is contained in:
@@ -83,8 +83,9 @@ int mm_set_opt(const char *preset, mm_idxopt_t *io, mm_mapopt_t *mo)
|
||||
mo->flag |= MM_F_SR | MM_F_FRAG_MODE | MM_F_NO_PRINT_2ND;
|
||||
mo->pe_ori = 0<<1|1; // FR
|
||||
mo->a = 2, mo->b = 8, mo->q = 12, mo->e = 2, mo->q2 = 32, mo->e2 = 1;
|
||||
mo->zdrop = 100;
|
||||
mo->max_frag_len = 800;
|
||||
mo->max_gap = 200;
|
||||
mo->max_gap = 100;
|
||||
mo->bw = 100;
|
||||
mo->pri_ratio = 0.5f;
|
||||
mo->min_cnt = 2;
|
||||
|
||||
Reference in New Issue
Block a user