Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/ntsynt_synteny.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def merge_collinear_blocks(self, blocks):
"Merge collinear blocks that are less than threshold apart, and are not indels"
out_blocks = []
curr_block = blocks[0]
curr_block.broken_reason = None
for block in blocks[1:]:
orientations = True # Are the orientations all the same?
contig_id = True # Are the contig IDs all the same?
Expand Down