Release minimap2-2.22 (r1101)

This commit is contained in:
Heng Li
2021-08-07 11:30:31 -04:00
parent 32f552957e
commit 7358a1ead1
9 changed files with 44 additions and 10 deletions

View File

@@ -45,6 +45,9 @@ cdef extern from "minimap.h":
int anchor_ext_len, anchor_ext_shift
float max_clip_ratio
int rank_min_len
float rank_frac
int pe_ori, pe_bonus
float mid_occ_frac
@@ -53,6 +56,7 @@ cdef extern from "minimap.h":
int32_t max_occ
int64_t mini_batch_size
int64_t max_sw_mat
int64_t cap_kalloc
const char *split_prefix

View File

@@ -3,7 +3,7 @@ from libc.stdlib cimport free
cimport cmappy
import sys
__version__ = '2.21'
__version__ = '2.22'
cmappy.mm_reset_timer()