r937: enlarge mm_mapopt_t::flag to 64 bits

This commit is contained in:
Heng Li
2019-04-30 22:30:32 -04:00
parent 189555503a
commit 97f67a2a0a
3 changed files with 3 additions and 3 deletions

View File

@@ -10,9 +10,9 @@ cdef extern from "minimap.h":
uint64_t batch_size
ctypedef struct mm_mapopt_t:
int64_t flag
int seed
int sdust_thres
int flag
int max_qlen
int bw
int max_gap, max_gap_ref