mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/bcftools: Upgrade to version 1.18
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c797ef064d
commit
6bb11f8730
3 changed files with 7 additions and 7 deletions
|
@ -24,8 +24,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bcftools
|
||||
VERSION=${VERSION:-1.17}
|
||||
HTSLIBV=${HTSLIBV:-1.17}
|
||||
VERSION=${VERSION:-1.18}
|
||||
HTSLIBV=${HTSLIBV:-1.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bcftools"
|
||||
VERSION="1.17"
|
||||
VERSION="1.18"
|
||||
HOMEPAGE="http://www.htslib.org"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.17/bcftools-1.17.tar.bz2"
|
||||
MD5SUM="90dbae57676dd0df22e764beb66a9fce"
|
||||
DOWNLOAD="https://github.com/samtools/bcftools/releases/download/1.18/bcftools-1.18.tar.bz2"
|
||||
MD5SUM="39c51d69cff922c9c77ccb88134b5fce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htslib"
|
||||
|
|
|
@ -10,9 +10,9 @@ bcftools: bcftools (BCF calling tools)
|
|||
bcftools:
|
||||
bcftools: bcftools contains all the "vcf..." commands which previously lived in
|
||||
bcftools: the htslib repository (such as vcfcheck, vcfmerge, vcfisec, etc.) and
|
||||
bcftools: the samtools BCF calling from bcftools subdirectory of the previous
|
||||
bcftools: the samtools BCF calling from bcftools subdirectory of the 'legacy'
|
||||
bcftools: samtools. BCFtools are meant as a faster replacement for most of the
|
||||
bcftools: perl VCFtools commands. Bcftools comes with its own hstlib sources.
|
||||
bcftools: perl VCFtools commands.
|
||||
bcftools:
|
||||
bcftools: Homepage: http://www.htslib.org
|
||||
bcftools:
|
||||
|
|
Loading…
Reference in a new issue