academic/bwa: Updated for version 0.7.16a.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1ff2bcdd6c
commit
473a25f557
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for bwa
|
||||
|
||||
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2013-2017 Petar Petrov slackalaxy@gmail.com
|
||||
# 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=bwa
|
||||
VERSION=${VERSION:-0.7.15}
|
||||
VERSION=${VERSION:-0.7.16a}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bwa"
|
||||
VERSION="0.7.15"
|
||||
VERSION="0.7.16a"
|
||||
HOMEPAGE="http://bio-bwa.sourceforge.net/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/bio-bwa/files/bwa-0.7.15.tar.bz2"
|
||||
MD5SUM="fcf470a46a1dbe2f96a1c5b87c530554"
|
||||
DOWNLOAD="https://sourceforge.net/projects/bio-bwa/files/bwa-0.7.16a.tar.bz2"
|
||||
MD5SUM="c5115c9a5ea0406848500e4b23a7708c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ bwa: bwa-short and BWA-SW. The former works for query sequences shorter
|
|||
bwa: than 200bp and the latter for longer sequences up to around 100kbp.
|
||||
bwa:
|
||||
bwa: Home: http://bio-bwa.sourceforge.net/
|
||||
bwa: References: /usr/doc/bwa-0.7.15/References
|
||||
bwa: References: /usr/doc/bwa-0.7.16a/References
|
||||
bwa:
|
||||
|
|
Loading…
Reference in New Issue