You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search an exact or approximate word (hamming or edit distance) in a string.
Support index cache with incremental update for later searches
About
Cassiopee is a Ruby module to search string with exact match or an allowed distance in an other string (or file). An index can optionally be saved for further searches. Exact or approximate search is used in many fields among which bioinformatics to search some patterns in DNA/RNA sequences.The software works on small or large sequences.