macOS
brew install bcftoolslocal Homebrew formula metadata
sudo port install bcftoolsMacPorts ports tree · science/bcftools/Portfile · 来源: api.github.com
安装
brew install bcftoolslocal Homebrew formula metadata
sudo port install bcftoolsMacPorts ports tree · science/bcftools/Portfile · 来源: api.github.com
sudo apt install bcftoolsDebian stable package indexes · bcftools · 来源: deb.debian.org
sudo dnf install bcftoolsFedora Rawhide package metadata · bcftools · 来源: dl.fedoraproject.org
nix profile install nixpkgs#bcftoolsnixpkgs package indexes · pkgs/by-name/bc/bcftools/package.nix · 来源: api.github.com
sudo zypper install bcftoolsopenSUSE Tumbleweed package metadata · bcftools · 来源: download.opensuse.org
概览
Tools for BCF/VCF files and variant calling from samtools
历史
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.
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.
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.
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.
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bcftools | cli | 全局可执行文件 | |
color-chrs.pl | cli | 全局可执行文件 | |
gff2gff | cli | 全局可执行文件 | |
gff2gff.py | cli | 全局可执行文件 | |
guess-ploidy.py | cli | 全局可执行文件 | |
plot-roh.py | cli | 全局可执行文件 | |
plot-vcfstats | cli | 全局可执行文件 | |
roh-viz | cli | 全局可执行文件 | |
run-roh.pl | cli | 全局可执行文件 | |
vcfutils.pl | cli | 全局可执行文件 | |
vrfs-variances | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/samtools/bcftools
安装元数据
| 软件包键 | brew:bcftools |
|---|---|
| 版本 | 1.24 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bcftools |
| 主页 | https://www.htslib.org/ |
| 仓库 | https://github.com/samtools/bcftools |
| 上游文档 | https://samtools.github.io/bcftools/bcftools.html |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://github.com/samtools/bcftools/releases/download/1.24/bcftools-1.24.tar.bz2 |
| 最后更新 | 2026-07-09T19:52:13Z |
| Pulse | updated |
| 依赖 | gsl, htslib |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bcftools |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bcftools 1.21-1
genomic variant calling and manipulation of VCF/BCF files
https://samtools.github.io/bcftools/
sudo apt install bcftoolsbcftools
nix profile install nixpkgs#bcftoolsbcftools 1.19-1build2
genomic variant calling and manipulation of VCF/BCF files
https://samtools.github.io/bcftools/
sudo apt install bcftoolsbcftools 1.23.1-1.fc45
Tools for genomic variant calling and manipulating VCF/BCF files
sudo dnf install bcftoolsbcftools 1.21-1.3
Tools for manipulating variant calls in the Variant Call Format (VCF)
sudo zypper install bcftoolsbcftools
sudo port install bcftools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.