Skip to content

Commit

Permalink
Minor cleanup of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Feb 8, 2024
1 parent 9f06527 commit 17a9667
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion anglerfish/demux/adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def load_adaptors(raw=False):
return adaptors_raw
adaptors = []
for adaptor in adaptors_raw:
# This is now broken, I think
adaptors.append(
Adaptor(adaptors_raw, "N", adaptor, i7_index=None, i5_index=None)
)
Expand Down
2 changes: 1 addition & 1 deletion anglerfish/demux/samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
udelim = re.compile(r"(\<U\d+\>)")
ulen = re.compile(r"\<U(\d+)\>")
adaptors = load_adaptors(raw=True)
# Holy merge conflict, Batman! Fix this later
# This is some leftover ugliness from a merge conflict to reconcile the old and new adaptor classes
delim = "<N>"


Expand Down

0 comments on commit 17a9667

Please sign in to comment.