demuxlet icon indicating copy to clipboard operation
demuxlet copied to clipboard

Fix overflow issue with long read single cell data

Open youyupei opened this issue 7 months ago • 0 comments

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.

youyupei avatar Jul 01 '24 04:07 youyupei