statgen / demuxlet

Genetic multiplexing of barcoded single cell RNA-seq
Apache License 2.0
116 stars 25 forks source link

Fix overflow issue with long read single cell data #110

Open youyupei opened 1 month ago

youyupei commented 1 month ago

Previously, Demuxlet would get stuck in a loop when encountering a super long read, easily causing analysis failures in long-read single-cell data. In such cases, the process would never complete and would continue to expand memory usage until it was killed.