Skip to content

Commit

Permalink
Merge pull request #286 from hyanwong/patch-6
Browse files Browse the repository at this point in the history
Properly reference ArgRecombinant
  • Loading branch information
jeromekelleher authored Sep 19, 2024
2 parents bcc76f6 + e64e75f commit b140386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2ts/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ def get_imputed_pango(u, pango_source):
parents.append(row.left_parent)
parents.append(row.right_parent)
breakpoints.append(int(self.ts.sequence_length))
arg_rec = ArgRecombinant(
arg_rec = utils.ArgRecombinant(
breakpoints=breakpoints,
breakpoint_intervals=md["breakpoint_intervals"],
parents=parents,
Expand Down

0 comments on commit b140386

Please sign in to comment.