mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 21:17:54 +08:00
fixed a typo in mappy (#117)
This commit is contained in:
@@ -111,7 +111,7 @@ cdef class Aligner:
|
||||
if min_chain_score is not None: self.map_opt.min_chain_score = min_chain_score
|
||||
if min_dp_score is not None: self.map_opt.min_dp_max = min_dp_score
|
||||
if bw is not None: self.map_opt.bw = bw
|
||||
if best_n is not None: self.best_n = best_n
|
||||
if best_n is not None: self.map_opt.best_n = best_n
|
||||
|
||||
cdef cmappy.mm_idx_reader_t *r;
|
||||
if fn_idx_out is None:
|
||||
|
||||
Reference in New Issue
Block a user