diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-06 20:05:19 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-06 20:05:19 +0800 |
commit | f389ee9c351afae4b17c419a7602424883751cd6 (patch) | |
tree | 07eb5d81e35263c712ed021f04cfc6025bcd31d4 /biology/ncbi-toolkit/Makefile | |
parent | a95385393b8ba4d73608b7b7d8d1d9ef0b2e0b21 (diff) | |
download | freebsd-ports-gnome-f389ee9c351afae4b17c419a7602424883751cd6.tar.gz freebsd-ports-gnome-f389ee9c351afae4b17c419a7602424883751cd6.tar.zst freebsd-ports-gnome-f389ee9c351afae4b17c419a7602424883751cd6.zip |
Update biology/ncbi-toolkit to the latest release.
Quoting from www.ncbi.nlm.nih.gov/blast/blast_whatsnew.shtml
Major changes include:
blastall now uses the new engine by default, resulting
in significant performance improvements and enabling
query concatenation for all program types.
PR: ports/98570
Submitted by: maintainer
Approved by: lawrance (mentor, implict)
Diffstat (limited to 'biology/ncbi-toolkit/Makefile')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index b1d3183c1524..c512edf7c9d8 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ncbi-toolkit -PORTVERSION= 2005.12.06 +PORTVERSION= 2006.05.07 # containing BLAST v2.2.14 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi |