mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
r1051: added two internal parameters
rmq_rescue_size and rmq_rescue_ratio
This commit is contained in:
@@ -24,6 +24,8 @@ cdef extern from "minimap.h":
|
||||
int min_chain_score
|
||||
float chain_gap_scale
|
||||
int rmq_size_cap, rmq_inner_dist
|
||||
int rmq_rescue_size
|
||||
float rmq_rescue_ratio
|
||||
|
||||
float mask_level
|
||||
int mask_len
|
||||
|
||||
Reference in New Issue
Block a user