diff options
author | pi <pi@FreeBSD.org> | 2015-11-09 00:39:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-11-09 00:39:58 +0800 |
commit | 99acfcf42c2144cb71dbb742d1461156d8b059cd (patch) | |
tree | ae0db3a629a12408705482c68d0343c3bdfb396d /biology/seqtools | |
parent | 685c194ec153420dc857546767d514343b6a0edd (diff) | |
download | freebsd-ports-gnome-99acfcf42c2144cb71dbb742d1461156d8b059cd.tar.gz freebsd-ports-gnome-99acfcf42c2144cb71dbb742d1461156d8b059cd.tar.zst freebsd-ports-gnome-99acfcf42c2144cb71dbb742d1461156d8b059cd.zip |
biology/seqtools: 4.36 -> 4.39.0
- Blixem
o There is now an optional setting to highlight "maybe-canonical"
splice sites in Blixem. This can be used to help identify
problems where the strand is incorrect in the input data - it
highlights splice sites in a different colour if they would be
canonical were they on the other strand.
o Fixed a bug with colinearity lines when an alignment's cigar
string contains introns.
o There are now separate feedback boxes for the selected sequence
name coordinates. Hover over each box to see a tooltip describing
its contents.
Diffstat (limited to 'biology/seqtools')
-rw-r--r-- | biology/seqtools/Makefile | 2 | ||||
-rw-r--r-- | biology/seqtools/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index 2dfe1000b13a..34d0a0ebb79f 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.36 +PORTVERSION= 4.39.0 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ diff --git a/biology/seqtools/distinfo b/biology/seqtools/distinfo index ac2514b7109a..84a12c0c5930 100644 --- a/biology/seqtools/distinfo +++ b/biology/seqtools/distinfo @@ -1,2 +1,2 @@ -SHA256 (seqtools-4.36.tar.gz) = ee64a35ed65a106053c1211c0d3b9d6c4f51536b2a296a35539d1035547f7dbe -SIZE (seqtools-4.36.tar.gz) = 5594200 +SHA256 (seqtools-4.39.0.tar.gz) = a8f34d72dfaf662a4bf7739f5ffe7f00ead8f97a453ede4bc8387a02a3a5f865 +SIZE (seqtools-4.39.0.tar.gz) = 5601175 |