mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/bwa: Updated for version 0.7.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
583aff01e1
commit
d73dde8e0b
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bwa
|
# Slackware build script for bwa
|
||||||
|
|
||||||
# Copyright 2013-2014 Petar Petrov, petar.petrov@student.oulu.fi
|
# Copyright 2013-2015 Petar Petrov, petar.petrov@student.oulu.fi
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=bwa
|
PRGNAM=bwa
|
||||||
VERSION=${VERSION:-0.7.10}
|
VERSION=${VERSION:-0.7.12}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bwa"
|
PRGNAM="bwa"
|
||||||
VERSION="0.7.10"
|
VERSION="0.7.12"
|
||||||
HOMEPAGE="http://bio-bwa.sourceforge.net/"
|
HOMEPAGE="http://bio-bwa.sourceforge.net/"
|
||||||
DOWNLOAD="http://sourceforge.net/projects/bio-bwa/files/bwa-0.7.10.tar.bz2"
|
DOWNLOAD="http://sourceforge.net/projects/bio-bwa/files/bwa-0.7.12.tar.bz2"
|
||||||
MD5SUM="5e9e295e194f15d25267f9ddfed48371"
|
MD5SUM="075704634146ec8cc7543c0dee8960e7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
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: than 200bp and the latter for longer sequences up to around 100kbp.
|
||||||
bwa:
|
bwa:
|
||||||
bwa: Home: http://bio-bwa.sourceforge.net/
|
bwa: Home: http://bio-bwa.sourceforge.net/
|
||||||
bwa: References: /usr/doc/bwa-0.7.8/References
|
bwa: References: /usr/doc/bwa-0.7.12/References
|
||||||
bwa:
|
bwa:
|
||||||
|
|
Loading…
Reference in a new issue