Getting Started
Installation¶
mkdir build && cd build
cmake ..
make
Basic Usage¶
./aligner --query q.fasta --target t.fasta --choice 2 --mode dna
Modes¶
dna: EDNAFULL scoringprotein: BLOSUM62 scoring
Note
The scoring matrices are embedded directly in the code.