fixed a typo in mappy (#117)

This commit is contained in:
Heng Li 2018-02-16 21:10:57 -05:00
parent e1f18690f6
commit 090361c25b
1 changed files with 1 additions and 1 deletions

View File

@ -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: