readfish
readfish copied to clipboard
BUG: long reads segfault stats
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