diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-19 20:32:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-06-19 20:32:08 +0000 |
commit | 15299a017fab1be6f942c50505ced64c7fe0e6cc (patch) | |
tree | 8f22949adb8af61c9bbb4f47dce0fd0349e0d66c /biology/Makefile | |
parent | 9d91a853b8f6b12877e6035fa66d49cb83b478a3 (diff) |
SIMAP (Similarity Matrix of Proteins) is a public database of pre-calculated
protein similarities that plays a key role in many bioinformatics methods. It
contains about all currently published protein sequences and is continuously
updated.
The computational effort for keeping SIMAP up-to-date is constantly increasing.
Please help to update SIMAP by calculating protein similarities on your
computer.
WWW: http://boinc.bio.wzw.tum.de/boincsimap/
Notes
Notes:
svn path=/head/; revision=165801
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 dff99dacfa39..9dfadc1fbf3d 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -11,6 +11,7 @@ SUBDIR += belvu SUBDIR += biojava SUBDIR += blast + SUBDIR += boinc-simap SUBDIR += clustalw SUBDIR += coalesce SUBDIR += blat |