This tools allows to align DNA short sequences by creating deBrujin graph.
Download the repo:
git clone https://github.com/juanesarango/deBruijn-dna-assembly
cd deBruijn-dna-assembly
To compile the tool into a binary:
g++ -o ./bin/deBrujinDNA main.cpp
To run the example:
./bin/deBrujinDNA
Understanding deBruijn Graph for DNA Assembly: