mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-19 18:47:55 +08:00
r1105: avoid long running time occasionally (#771)
Caused by highly repetitive minimizers on a query sequence. The solution is to filter out these query minimizers.
This commit is contained in:
@@ -51,6 +51,7 @@ cdef extern from "minimap.h":
|
||||
int pe_ori, pe_bonus
|
||||
|
||||
float mid_occ_frac
|
||||
float q_occ_frac
|
||||
int32_t min_mid_occ
|
||||
int32_t mid_occ
|
||||
int32_t max_occ
|
||||
|
||||
Reference in New Issue
Block a user