ksahlin / strobealign

Aligns short reads using dynamic seed size with strobemers
MIT License
128 stars 16 forks source link

Add --count option to dumpstrobes command #316

Closed marcelm closed 1 year ago

marcelm commented 1 year ago

I found this useful for experiments: This adds a --count option to dumpstrobes, which will make it count all randstrobes (or syncmers if --syncmers is also provided).

This can also be used for benchmarking the RandstrobeGenerator and SyncmerIterator (only the overhead from reading the reference has to be subtracted from the measured runtime).

ksahlin commented 1 year ago

Nice! approved.