mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-25 13:08:12 +08:00
minor
This commit is contained in:
@@ -74,6 +74,9 @@ cdef extern from "minimap.h":
|
||||
void mm_tbuf_destroy(mm_tbuf_t *b)
|
||||
mm_reg1_t *mm_map(const mm_idx_t *mi, int l_seq, const char *seq, int *n_regs, mm_tbuf_t *b, const mm_mapopt_t *opt, const char *name)
|
||||
|
||||
#
|
||||
# Helper header (because it is hard to expose mm_reg1_t with Cython
|
||||
#
|
||||
cdef extern from "cminimap2.h":
|
||||
ctypedef struct mm_hitpy_t:
|
||||
const char *ctg
|
||||
|
||||
Reference in New Issue
Block a user