mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
r937: enlarge mm_mapopt_t::flag to 64 bits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user