Skip to content

Commit

Permalink
Ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Feb 13, 2024
1 parent 87bb9ff commit 65a854c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anglerfish/demux/adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def __init__(self, sequence, name, delim, index):
self.len_after_index = 0
self.len_before_index = 0


# Dynamically assign attributes
self.umi = re.findall(udelim, self.sequence)

Expand Down

0 comments on commit 65a854c

Please sign in to comment.