ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
141 stars 17 forks source link

Test secondary alignments #365

Closed marcelm closed 10 months ago

marcelm commented 10 months ago

An improvement I plan to make for #364 affects the code that outputs the secondary alignments. We didn’t have tests covering that, so this adds a couple.

There’s also a change in here related to how empty reads are encoded in SAM output. samtools insists it should be *, so this is changed here as well.

ksahlin commented 10 months ago

Approved