Skip to content

DDvals/Karp-Rabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karp-Rabin for FASTA files

Karp-Rabin pattern-matching algorithm implementation for FASTA files.

Input: FASTA file (fasta or gz), pattern to match and precision. Output: Number of occurency found and occurency positions

To compile just run make in the k-r folder.

Usage:

./karp-rabin <fasta_file> <pattern> <precision>

If <precision> = -1 Error check on every occurency we find.

About

Karp-Rabin pattern matching for FASTA files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors