academic/snpEff: Updated for version 4.3t.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
8a6006c3b9
commit
6089571552
|
@ -13,7 +13,7 @@ snpEff: annotates and predicts the effects of variants on genes (such
|
|||
snpEff: as amino acid changes).
|
||||
snpEff:
|
||||
snpEff: Home: http://snpeff.sourceforge.net/
|
||||
snpEff: References: /usr/doc/snpEff-4.3k/References
|
||||
snpEff:
|
||||
snpEff:
|
||||
snpEff:
|
||||
snpEff:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for snpEff
|
||||
|
||||
# Copyright 2015-2017 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2015-2018 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=snpEff
|
||||
VERSION=${VERSION:-4.3r}
|
||||
SRCVER=${SRCVER:-v4_3r}
|
||||
VERSION=${VERSION:-4.3t}
|
||||
SRCVER=${SRCVER:-v4_3t}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="snpEff"
|
||||
VERSION="4.3r"
|
||||
VERSION="4.3t"
|
||||
HOMEPAGE="http://snpeff.sourceforge.net/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/snpeff/files/snpEff_v4_3r_core.zip"
|
||||
MD5SUM="a13bdcf06d133a05e05664d242c80aac"
|
||||
DOWNLOAD="https://sourceforge.net/projects/snpeff/files/snpEff_v4_3t_core.zip"
|
||||
MD5SUM="1fa84a703580a423e27f1e14a945901c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in New Issue