r1290: support ds in Python

This commit is contained in:
Heng Li
2025-12-12 11:39:01 -05:00
parent bd0cba5012
commit 9bb4d2bed4
7 changed files with 35 additions and 14 deletions

View File

@@ -112,6 +112,7 @@ cdef extern from "minimap.h":
void mm_tbuf_destroy(mm_tbuf_t *b)
void *mm_tbuf_get_km(mm_tbuf_t *b)
int mm_gen_cs(void *km, char **buf, int *max_len, const mm_idx_t *mi, const mm_reg1_t *r, const char *seq, int no_iden)
int mm_gen_ds(void *km, char **buf, int *max_len, const mm_idx_t *mi, const mm_reg1_t *r, const char *seq, int no_iden)
int mm_gen_MD(void *km, char **buf, int *max_len, const mm_idx_t *mi, const mm_reg1_t *r, const char *seq)
#