diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2014-04-09 22:50:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-09 22:50:52 +0700 |
commit | f8623f6cd7dd15576dc67534666a26750eeac918 (patch) | |
tree | e341499cc16cb9a14df236b92d5a9b48f84ae4a4 /academic | |
parent | 32e877ab9fdc05ef134b9236fde2820b4410ff39 (diff) | |
download | slackbuilds-f8623f6cd7dd15576dc67534666a26750eeac918.tar.gz |
academic/tophat: Updated for version 2.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/tophat/slack-desc | 2 | ||||
-rw-r--r-- | academic/tophat/tophat.SlackBuild | 4 | ||||
-rw-r--r-- | academic/tophat/tophat.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/academic/tophat/slack-desc b/academic/tophat/slack-desc index 77d54ce3ac..51a89d7703 100644 --- a/academic/tophat/slack-desc +++ b/academic/tophat/slack-desc @@ -14,6 +14,6 @@ tophat: high-throughput short read aligner Bowtie, and then analyzes the tophat: mapping results to identify splice junctions between exons. tophat: tophat: Home: http://tophat.cbcb.umd.edu/ -tophat: Reference: /usr/doc/tophat-2.0.10/References +tophat: References: /usr/doc/tophat-2.0.11/References tophat: tophat: diff --git a/academic/tophat/tophat.SlackBuild b/academic/tophat/tophat.SlackBuild index fa0a20b54f..628716458d 100644 --- a/academic/tophat/tophat.SlackBuild +++ b/academic/tophat/tophat.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for tophat -# Copyright 2013 Petar Petrov, petar.petrov@student.oulu.fi +# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tophat -VERSION=${VERSION:-2.0.10} +VERSION=${VERSION:-2.0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/academic/tophat/tophat.info b/academic/tophat/tophat.info index 7b2b55da95..e53bec0255 100644 --- a/academic/tophat/tophat.info +++ b/academic/tophat/tophat.info @@ -1,8 +1,8 @@ PRGNAM="tophat" -VERSION="2.0.10" +VERSION="2.0.11" HOMEPAGE="http://tophat.cbcb.umd.edu/" -DOWNLOAD="http://tophat.cbcb.umd.edu/downloads/tophat-2.0.10.tar.gz" -MD5SUM="dd99465d44f9e5255d6480b8d5ab80ca" +DOWNLOAD="http://tophat.cbcb.umd.edu/downloads/tophat-2.0.11.tar.gz" +MD5SUM="acc639502719db0e00b190db4a60d4c6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bowtie2 samtools" |