diff options
author | jrm <jrm@FreeBSD.org> | 2016-12-31 00:27:25 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2016-12-31 00:27:25 +0800 |
commit | b5b2bb624875045eadc0dcb94fd9b9a3ad201471 (patch) | |
tree | de0e5295f799c6402a0e9c3737910a3fbf1ff0fa /biology | |
parent | 4ed42fef788de0432c97485ce4ed4f4deff3cfb0 (diff) | |
download | freebsd-ports-gnome-b5b2bb624875045eadc0dcb94fd9b9a3ad201471.tar.gz freebsd-ports-gnome-b5b2bb624875045eadc0dcb94fd9b9a3ad201471.tar.zst freebsd-ports-gnome-b5b2bb624875045eadc0dcb94fd9b9a3ad201471.zip |
biology/diamond: Update to version 0.8.30
Upstream changes:
- slightly improved sensitivity
- added option to report unaligned queries: --unal (0=no, 1=yes)
- pairwise, XML and SAM format will report unaligned queries by default
- added option to filter alignments by subject cover (--subject-cover)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9000
Diffstat (limited to 'biology')
-rw-r--r-- | biology/diamond/Makefile | 2 | ||||
-rw-r--r-- | biology/diamond/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile index e5e705c08a23..ca3599924616 100644 --- a/biology/diamond/Makefile +++ b/biology/diamond/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.29 +PORTVERSION= 0.8.30 DISTVERSIONPREFIX=v CATEGORIES= biology diff --git a/biology/diamond/distinfo b/biology/diamond/distinfo index 0a0ec0894e65..28033eec5b55 100644 --- a/biology/diamond/distinfo +++ b/biology/diamond/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1482000601 -SHA256 (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 7f50453153cee83bc38dc1a8983d8e4d6bc455515542161d5c62de11fc91d0d6 -SIZE (bbuchfink-diamond-v0.8.29_GH0.tar.gz) = 327638 +TIMESTAMP = 1483113104 +SHA256 (bbuchfink-diamond-v0.8.30_GH0.tar.gz) = ee138e4241c2712d6ce967785474312c52a45c6b56715b00e2abf759605e1fbb +SIZE (bbuchfink-diamond-v0.8.30_GH0.tar.gz) = 329097 |