Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed May 28, 2024
1 parent aa9c959 commit 3468566
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anglerfish/demux/adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ def __init__(self, sequence_token: str, name: str, index: str | None):
), f"Multiple UMIs found in {self.name}, not supported."
self.umi_token = umi_token_matches[0]

import ipdb

ipdb.set_trace()

self.len_umi = int(re.search(UMI_LENGTH_TOKEN, self.umi_token).group(1))

# Check if UMI is before or after index
Expand Down

0 comments on commit 3468566

Please sign in to comment.