academic/tophat: Updated for version 2.0.11.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2014-04-09 22:50:52 +07:00 committed by Willy Sudiarto Raharjo
parent 32e877ab9f
commit f8623f6cd7
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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}

View File

@ -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"