pachterlab / splitcode

Flexible and efficient parsing, interpreting and editing of sequencing reads
https://pachterlab.github.io/splitcode/
BSD 2-Clause "Simplified" License
35 stars 0 forks source link

Including tags of different lengths and at different locations may prevent identification of longer tags #11

Closed Yenaled closed 1 month ago

Yenaled commented 3 months ago

For example, if we TCC, TCCC, TCCCG but locations are different, splitcode will look for TCC and may then only check TCCC but not look further up for TCCCG, therefore preventing identification of TCCCG.