This is a condensed version of our longer tutorial on minimizer algorithms available here.
Many bioinformatics algorithms use short substrings of a longer sequence, commonly
known as k-mers, for indexing, search or assembly. Minimizers allow efficient binning of
those k-mers so that some informat…