An implementation of the basic local alignment search tool (Blast) for nucleotides. The goal of this project is to implement the Blastn algorithm in C++ and interop with an FPGA implementation of the Smith-Waterman algorithm to greatly accelerate the word extension stage of Blastn.
Blastn
An implementation of the basic local alignment search tool (Blast) for nucleotides. The goal of this project is to implement the Blastn algorithm in C++ and interop with an FPGA implementation of the Smith-Waterman algorithm to greatly accelerate the word extension stage of Blastn.
Project’s New Location
New GitHub
Process
Cloning
Building and Running
Docker
Run
docker build -t blastn .to create the environment with all necessary dependencies. Blastn will be placed under/root.C++
See the C++ README.md
Dependencies
Members
Electrical and Computer Engineering Senior Project at California State Polytechnic University, Pomona
Advisors