diff --git a/anglerfish/demux/adaptor.py b/anglerfish/demux/adaptor.py index a1b0048..7833c9b 100644 --- a/anglerfish/demux/adaptor.py +++ b/anglerfish/demux/adaptor.py @@ -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