Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed May 29, 2024
1 parent 33864db commit ff0e531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anglerfish/anglerfish.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def run_demux(args):
sample_dists = [
(
lev.distance(
i[0], f"{x.adaptor.i7_index}+{x.adaptor.i5_index}".lower()
i[0], f"{x.adaptor.i7.index_seq}+{x.adaptor.i5.index_seq}".lower()
),
x.sample_name,
)
Expand Down

0 comments on commit ff0e531

Please sign in to comment.