macle has the same issue as described in https://github.com/EvolBioInf/fur/pull/17 . That should be a `i += ml[i] + 1;` https://github.com/EvolBioInf/macle/blob/7b5ef00de7e490fddeaeff35d8c12520d152f1b9/src/matchlength.cpp#L52-L55
macle has the same issue as described in EvolBioInf/fur#17 . That should be a
i += ml[i] + 1;macle/src/matchlength.cpp
Lines 52 to 55 in 7b5ef00