Pairwise sequence alignment
From BioPerl
The process of finding an alignment path of two sequences which minimizes the edit distance. Usually dynamic programming techniques are used to guarantee an optimal solution. See also Sequence alignment.
Tools like FASTA, BLAST, Smith-Waterman are typically used for Protein and DNA sequence alignment.