diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-21 08:01:57 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-21 08:01:57 +0800 |
commit | 94ca952292bd431553ceaab15a765f63553a80d6 (patch) | |
tree | d7b2f459fa53065d6aa8aa3832edcd31f0f3ddd4 /biology/Makefile | |
parent | 30677ba0031754dee627b78a11d5f0b2307f8ed0 (diff) | |
download | freebsd-ports-gnome-94ca952292bd431553ceaab15a765f63553a80d6.tar.gz freebsd-ports-gnome-94ca952292bd431553ceaab15a765f63553a80d6.tar.zst freebsd-ports-gnome-94ca952292bd431553ceaab15a765f63553a80d6.zip |
SSAHA is a software tool for very fast matching and alignment of DNA
sequences. It stands for Sequence Search and Alignment by Hashing
Algorithm. It achieves its fast search speed by converting sequence
information into a `hash table' data structure, which can then be
searched very rapidly for matches.
WWW: http://www.sanger.ac.uk/Software/analysis/SSAHA/
PR: ports/124525
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 2f591aa84d19..cd0e5740f286 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -81,6 +81,7 @@ SUBDIR += seaview SUBDIR += seqio SUBDIR += sim4 + SUBDIR += ssaha SUBDIR += tRNAscan-SE SUBDIR += t_coffee SUBDIR += tinker |