In the description of the algorithm, it reads "for an r bp read to align to the reference with at most k differences, the alignment must have a region of length s=r/k+1". I think that the last part should be s=r/(k+1)
Log in to post a comment.