pachterlab / splitcode

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

Long-read usage #16

Open mcortes-lopez opened 5 months ago

mcortes-lopez commented 5 months ago

I read in Lior's preprint X thread that splitcode would work well with long-reads, do you have any example of how to implement it for this case? I would like to test it to demultiplex single-cell long-reads based on sample-specific sets of barcodes.

Yenaled commented 5 months ago

Ooh, thanks for checking out splitcode! I don’t have any examples because I’m assuming what you’d see in long reads would be the same as what you’d see in short reads (maybe just being more generous with the error tolerance)? At least that’s what I did when I was working with long read data over a year ago.