diff options
author | nbm <nbm@FreeBSD.org> | 2000-07-27 14:33:00 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-07-27 14:33:00 +0000 |
commit | 32f1737c36b2ffa8feb90ba7a68579d37f3afc2e (patch) | |
tree | de71cd8c9c636ef905a3ea56e87610e9e31a41c5 /biology/Makefile | |
parent | f2358940cee1f1b3291aadb9b4a01ecb7d539600 (diff) | |
download | FreeBSD-ports-32f1737c36b2ffa8feb90ba7a68579d37f3afc2e.zip FreeBSD-ports-32f1737c36b2ffa8feb90ba7a68579d37f3afc2e.tar.gz |
Add sim4, an implementation of the sim4 algorithm for aligning expressed
DNA with genomic sequences
PR: ports/20219
Submitted by: Johann Visagie <johann@egenetics.com>
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 f0b43f8..d91b479 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -18,6 +18,7 @@ SUBDIR += psi88 SUBDIR += rasmol SUBDIR += seaview + SUBDIR += sim4 SUBDIR += tinker SUBDIR += xdrawchem SUBDIR += xmolwt |