Skip to content

Commit

Permalink
parse new trm field
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Sep 24, 2024
1 parent 40388bc commit 3bcecbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/check_layout_gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def check_alns(current_tig, current_len, current_alns):
current_len = int(parts[1])
elif parts[0] == "rds": continue
elif parts[0] == "end": continue
elif parts[0] == "trm": continue
else:
start = int(parts[1])
end = int(parts[2])
Expand Down

0 comments on commit 3bcecbd

Please sign in to comment.