ksahlin / strobealign

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

Fix first index of randstrobe start index to be always the 0th randstrobe #374

Closed hasin-abrar closed 9 months ago

hasin-abrar commented 10 months ago

Previously 0th index was always skipped at the randstrobe start index. Also, count variable was initialized to 0, so we would end up in the ++tot_mid_ab case, even if this was a single occurrence.

hasin-abrar commented 9 months ago

Hi Marcel, thanks for the comments. I have updated the formatting accordingly.

marcelm commented 9 months ago

Looks good now, thanks again!