Skip to content

Match length bias #2

@kloetzl

Description

@kloetzl

macle has the same issue as described in EvolBioInf/fur#17 . That should be a i += ml[i] + 1;

while (i < mlf.strLen) {
factmp.push_back(i);
i += ml[i];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions