Automic VaultAutomic Vault

brew

bcftools mit Homebrew, apt, dnf, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bcftools in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install bcftools

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install bcftools

MacPorts ports tree · science/bcftools/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install bcftools

Debian stable package indexes · bcftools · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install bcftools

Fedora Rawhide package metadata · bcftools · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#bcftools

nixpkgs package indexes · pkgs/by-name/bc/bcftools/package.nix · Quelle: api.github.com

openSUSE zypperverifiziert · 92%
sudo zypper install bcftools

openSUSE Tumbleweed package metadata · bcftools · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Tools for BCF/VCF files and variant calling from samtools

Befehle und Aliase

  • bcftools
  • color-chrs.pl
  • gff2gff
  • gff2gff.py
  • guess-ploidy.py
  • plot-roh.py
  • plot-vcfstats
  • roh-viz
  • run-roh.pl
  • vcfutils.pl
  • vrfs-variances

Verlauf

Projektgeschichte und Nutzung

bcftools is one of the core command-line toolkits of modern genomics: it reads, writes, filters, queries, summarizes, and calls variants in VCF, BCF, and gVCF formats.

Projektgeschichte

BCFtools grew out of the SAMtools ecosystem for high-throughput sequencing data. The upstream README says it implements utilities for variant calling, in conjunction with SAMtools, and for manipulating VCF and BCF files, with the intention of replacing Perl-based tools from vcftools.

The Samtools project now presents three related repositories: Samtools for SAM/BAM/CRAM, BCFtools for BCF2/VCF/gVCF and variant calling/filtering/summarising SNPs and short indels, and HTSlib as the underlying C library.

Adoptionsgeschichte

The 2021 GigaScience paper by the SAMtools/BCFtools authors describes SAMtools and BCFtools as widely used programs for processing and analysing high-throughput sequencing data, first appearing online 12 years earlier and used in many other projects and genomic pipelines.

The same paper reports that both SAMtools and BCFtools had been installed more than one million times via Bioconda, making bcftools a rare CLI package whose package-manager footprint maps directly to scientific infrastructure.

Wie es verwendet wird

bcftools is used for file-format conversion and manipulation, sorting, querying, statistics, variant calling, filtering, and effect analysis. In pipelines it commonly appears after alignment and BAM/CRAM processing, where it calls or filters variants into VCF/BCF outputs.

The executable is usually scripted rather than used as a single monolithic command: subcommands such as view, query, filter, stats, mpileup, call, norm, annotate, merge, and concat make it a toolkit for repeatable genomics workflows.

Warum Paket-Nerds sich dafür interessieren

bcftools is package-nerd significant because it is a dependency-shaped scientific standard: small enough to install as a CLI, but central enough that entire variant-calling workflows assume it is available and versioned consistently.

It is also a good example of package-manager science: Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and Bioconda-style environments turn a research-code lineage into a reproducible command people can pin in workflows, containers, and clusters.

The BCF/VCF domain makes versioning matter. File formats, reference assumptions, compression/indexing via HTSlib, and pipeline reproducibility all mean bcftools is not just a convenience binary; it is part of the scientific record for many analyses.

Zeitleiste

  • 2009: SAMtools/BCFtools lineage begins, per the 2021 'Twelve years' project history.
  • 2013: Official GitHub bcftools repository created.
  • 2021: GigaScience publishes 'Twelve years of SAMtools and BCFtools'.
  • 2020s: bcftools continues as part of the Samtools/HTSlib ecosystem and remains broadly packaged.

Related projects

  • SAMtools handles SAM/BAM/CRAM operations in the same project family.
  • HTSlib is the C library used internally for high-throughput sequencing formats.
  • vcftools is the older Perl-based toolkit that bcftools was intended to replace for many VCF/BCF operations.
  • Bioconda, workflow engines, and containerized genomics environments are major adoption channels.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 2 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
bcftoolscliglobales Executable
color-chrs.plcliglobales Executable
gff2gffcliglobales Executable
gff2gff.pycliglobales Executable
guess-ploidy.pycliglobales Executable
plot-roh.pycliglobales Executable
plot-vcfstatscliglobales Executable
roh-vizcliglobales Executable
run-roh.plcliglobales Executable
vcfutils.plcliglobales Executable
vrfs-variancescliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version1.24
Manager aktualisiert2026-07-09
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/samtools/bcftools

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:bcftools
Version1.24
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/bcftools
Homepagehttps://www.htslib.org/
Repositoryhttps://github.com/samtools/bcftools
Upstream-Dokumentationhttps://samtools.github.io/bcftools/bcftools.html
LizenzGPL-3.0-or-later
Quellarchivhttps://github.com/samtools/bcftools/releases/download/1.24/bcftools-1.24.tar.bz2
Zuletzt aktualisiert2026-07-09T19:52:13Z
Pulseupdated
Abhängigkeitengsl, htslib
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebcftools
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

bcftools 1.21-1

genomic variant calling and manipulation of VCF/BCF files

https://samtools.github.io/bcftools/

sudo apt install bcftools
  • Section: science
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 6 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bcftools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bcftools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bcftools

nix profile install nixpkgs#bcftools
  • normalized package name match
  • Abgeglichen nach: Bcftools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bc/bcftools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bcftools 1.19-1build2

genomic variant calling and manipulation of VCF/BCF files

https://samtools.github.io/bcftools/

sudo apt install bcftools
  • Section: universe/science
  • Architecture: amd64
  • 2 Abhängigkeiten
  • 5 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Bcftools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bcftools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

bcftools 1.23.1-1.fc45

Tools for genomic variant calling and manipulating VCF/BCF files

https://www.htslib.org/

sudo dnf install bcftools
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bcftools
  • 9 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bcftools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bcftools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

bcftools 1.21-1.3

Tools for manipulating variant calls in the Variant Call Format (VCF)

http://www.htslib.org/

sudo zypper install bcftools
  • License: MIT
  • Category: Productivity/Scientific/Other
  • Architecture: x86_64
  • Source Package: bcftools
  • 11 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Bcftools
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bcftools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

bcftools

sudo port install bcftools
  • normalized package name match
  • Abgeglichen nach: Bcftools
MacPorts ports tree · api.github.com · MacPorts ports tree: science/bcftools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment