Skip to content

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.

License

osallou/cassiopee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages