Install this version:
emerge -a =sci-biology/bcftools-1.23.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-biology/bcftools-1.23.1
Or alternatively:
emerge --autounmask-write -a =sci-biology/bcftools-1.23.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit python-single-r1
DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
HOMEPAGE="http://www.htslib.org"
SRC_URI="https://github.com/samtools/${PN}/releases/download/${PV}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-lang/perl
$(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]')
=sci-libs/htslib-$(ver_cut 1-2)*:=
virtual/zlib:=
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}"
src_prepare() {
default
python_fix_shebang misc/{gff2gff,guess-ploidy,plot-roh}.py
# remove bundled htslib
rm -r htslib-* || die
}
src_configure() {
econf \
--disable-bcftools-plugins \
--disable-libgsl \
--with-htslib=system
}
dev-lang/perl $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]') =sci-libs/htslib-$(ver_cut 1-2)*:= virtual/zlib:= ${PYTHON_DEPS}
dev-lang/perl $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]') =sci-libs/htslib-$(ver_cut 1-2)*:= virtual/zlib:= ${PYTHON_DEPS}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bcftools-1.23.1.tar.bz2 | 8188217 bytes | https://github.com/samtools/bcftools/releases/download/1.23.1/bcftools-1.23.1.tar.bz2 |