ezorita / seeq

DNA/RNA pattern matching algorithm
GNU General Public License v3.0
21 stars 5 forks source link

Extends RDFA search until distance score increases. #17

Closed ezorita closed 6 years ago

ezorita commented 6 years ago

Description

This favors substitutions when possible, so it should avoid deletions at the beginning of the match.

Test

@gui11aume Can you test whether this produces the expected behavior and merge the pull request?

Related issues

Closes #16.