r965: added --chain-gap-scale for #540

This commit is contained in:
Heng Li
2020-01-18 10:29:33 -05:00
parent cdb7857841
commit 040f74102c
8 changed files with 19 additions and 9 deletions
+1
View File
@@ -24,6 +24,7 @@ void mm_mapopt_init(mm_mapopt_t *opt)
opt->max_gap_ref = -1;
opt->max_chain_skip = 25;
opt->max_chain_iter = 5000;
opt->chain_gap_scale = 1.0f;
opt->mask_level = 0.5f;
opt->pri_ratio = 0.8f;