With the following input files:
haplotypes.fa.gz
reads.fq.gz
and command
strobealign -M 796 -N 796 -R 8 -k 15 --eqx -r 150 -t 8 -o out.sam haplotypes.fa.gz reads.fq.gz
I get the following stderr
This is strobealign 0.16.1
Time reading reference: 0.03 s
Reference size: 4.02 Mbp (199 contigs; largest: 0.02 Mbp)
Using multi-context seeds: no
Indexing ...
Time counting seeds: 0.02 s
Time generating seeds: 0.04 s
Time sorting seeds: 0.03 s
Time generating hash table index: 0.01 s
Total time indexing: 0.10 s
Processing single-end reads using 8 threads
free(): invalid pointerreads @ 551.86 us/read
zsh: IOT instruction (core dumped)
Similar error appears in strobealign 0.15, but not in 0.14 or 0.13, error can be replicated on different machines.
Thank you in advance, Timofey