LooseLab / readfish

CLI tool for flexible and fast adaptive sampling on ONT sequencers
https://looselab.github.io/readfish/
GNU General Public License v3.0
164 stars 31 forks source link

BUG: long reads segfault stats #286

Open Adoni5 opened 9 months ago

Adoni5 commented 9 months ago

Ultra long reads segfault stats when using the mappy-rs plugin to align.

The problem seems to be passing the memory around after it has been sent into the rust scope. I suspect that moving back to spawning threads each batch will fix this