diff options
author | marino <marino@FreeBSD.org> | 2014-10-07 04:16:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-07 04:16:35 +0800 |
commit | c98141375fbf6d1eb41fd46b87f25f54d623fcda (patch) | |
tree | a093f4022620b73f642f224f87b009df1b9828b5 /biology/Makefile | |
parent | d114d1280e7a5408c614180fd49e0dfe0c368822 (diff) | |
download | freebsd-ports-gnome-c98141375fbf6d1eb41fd46b87f25f54d623fcda.tar.gz freebsd-ports-gnome-c98141375fbf6d1eb41fd46b87f25f54d623fcda.tar.zst freebsd-ports-gnome-c98141375fbf6d1eb41fd46b87f25f54d623fcda.zip |
Add new port biology/ncbi-blast
PR: 190854
Submitted by: Jason Bacon
The Basic Local Alignment Search Tool (BLAST) finds regions of local
similarity between sequences. The program compares nucleotide or protein
sequences to sequence databases and calculates the statistical
significance of matches. BLAST can be used to infer functional and
evolutionary relationships between sequences as well as help identify
members of gene families.
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 320b3cf71105..41bd3ebccdc0 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -40,6 +40,7 @@ SUBDIR += mrbayes SUBDIR += mummer SUBDIR += muscle + SUBDIR += ncbi-blast SUBDIR += ncbi-toolkit SUBDIR += njplot SUBDIR += ortep3 |