Skip to content

Commit

Permalink
increase min realign len default to 1kbp
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Sep 9, 2024
1 parent a5759c7 commit 44db699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msyd/pyxfiles/realignment.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import msyd.intersection as intersection
import msyd.io as io


cdef int _MIN_REALIGN_LEN = 200 # min length to realign regions
cdef int _MIN_REALIGN_LEN = 1000 # min length to realign regions
cdef int _MIN_SYN_ID = 80 # minimum % identity for a region to be considered syntenic
cdef int _MAX_REALIGN = 0 # max number of haplotypes to realign to; set to 0 to realign without limit
cdef int _NULL_CNT = 100 # number of separators to use between blocks during alignment
Expand Down

0 comments on commit 44db699

Please sign in to comment.