Skip to content

Commit

Permalink
revise param
Browse files Browse the repository at this point in the history
  • Loading branch information
cjain7 committed Sep 17, 2020
1 parent 7427a5e commit 391b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void mm_mapopt_init(mm_mapopt_t *opt)
opt->stage2_zdrop_inv = 25;
opt->stage2_bw = 2000;
opt->stage2_max_gap = opt->maxPrefixLength;
opt->stage2_extension_inc = 2;
opt->stage2_extension_inc = 1; //can be increased if longer extension is preferred
}

void mm_mapopt_update(mm_mapopt_t *opt, const mm_idx_t *mi)
Expand Down

0 comments on commit 391b045

Please sign in to comment.