Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 21, 2024
1 parent d458dd3 commit 5d4b580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions strkit/mi/intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def build_loci_dict_of_dict_from_file(loci_path: Optional[Union[str, Path]]) ->

with open(loci_path, "r") as lf:
for line in filter(_line_filter_fn, map(str.strip, lf)):
print(line)

ls = line.split("\t")

contig, ss, es = ls[:3]
Expand Down

0 comments on commit 5d4b580

Please sign in to comment.