raemarks/ReadMapping
The goal of this project is to implement an algorithm and test it for the read mapping problem, which is defined as follows: Given a reference genome sequence G of length N, and a set of m sequences (called "reads"), identify the genomic locus to which each read best aligns.
C++MIT