mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
405 B
Plaintext
7 lines
405 B
Plaintext
The Smith-Waterman algorithm performs local sequence alignment; that is, for
|
|
determining similar regions between two strings of nucleic acid sequences or
|
|
protein sequences. Instead of looking at the entire sequence, the
|
|
Smith-Waterman algorithm compares segments of all possible lengths and
|
|
optimizes the similarity measure. Gotoh and Atschul added optimizations making
|
|
it practical for larger problems.
|