macOS
brew install vcfannolocal Homebrew formula metadata
brew
Annotate a VCF with other VCFs/BEDs/tabixed files. Version 0.3.9 via Homebrew; verified 2026-06-16.
install
brew install vcfannolocal Homebrew formula metadata
sudo apt install vcfannoDebian stable package indexes · vcfanno · source: deb.debian.org
overview
Annotate a VCF with other VCFs/BEDs/tabixed files
history
vcfanno is a Go command-line tool for annotating VCF records with fields from other VCF, BED, BAM, or tabix-indexed files. It became notable in genomics workflows because it treats annotation as a configurable stream-processing problem: many external resources can be summarized and added to the INFO field of a query VCF.
The first GitHub release, v0.0.1, was published on April 29, 2015. Early 2015 releases quickly added support for annotating variant ends, BED files, custom scripting, and an API, which matches the project's focus on flexible annotation rather than a fixed database.
Pedersen, Layer, and Quinlan published the vcfanno software paper in Genome Biology on June 1, 2016. The paper framed the problem as integrating genome annotations from diverse file formats and described vcfanno as extracting and summarizing attributes from multiple annotation files into the INFO column of the original VCF.
The Genome Biology paper reported strong performance on whole-genome annotation workloads, including roughly 85,000 variants per second with 50 attributes from 17 commonly used annotation resources. That performance claim helped establish vcfanno as a practical tool for large human variant datasets as well as non-human species.
The project README asks users to cite the paper and shows active maintenance through many GitHub releases, including v0.3.9 in June 2026. It is also packaged by Bioconda and distribution package managers, which places it in the standard bioinformatics command-line ecosystem.
Users write a TOML configuration with one or more `[[annotation]]` blocks that name source files, fields or columns, operations, and output INFO names. vcfanno then streams a query VCF and writes an annotated VCF, commonly with `-p` for parallelism and optional Lua scripts for custom reductions.
Common tasks include overlaying population allele frequencies, conservation scores, ClinVar or ExAC-like annotations, BED-derived regional scores, BAM-derived coverage summaries, and structural-variant endpoint annotations onto a study VCF before filtering or interpretation.
vcfanno matters to package people because it turns a pile of tabix-indexed genomics resources into a reproducible, reviewable config file and one CLI invocation. That is exactly the shape package managers like: a small binary that composes with bgzip/tabix, pipes, VCF validators, and downstream filters.
It also represents the post-VCF-standard tooling wave: once VCF became the lingua franca, the hard day-to-day problem shifted to attaching the right outside evidence to millions of variants quickly and repeatably.
security posture
No matching local secret-handling manifest was found for vcfanno. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vcfanno | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/brentp/vcfanno
install metadata
| Package key | brew:vcfanno |
|---|---|
| Version | 0.3.9 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vcfanno |
| Homepage | https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5 |
| Repository | https://github.com/brentp/vcfanno |
| Upstream docs | https://brentp.github.io/vcfanno |
| License | MIT |
| Source archive | https://github.com/brentp/vcfanno/archive/refs/tags/v0.3.9.tar.gz |
| Last updated | 2026-06-16T21:19:58Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vcfanno |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
vcfanno 0.3.5+ds-2+b9
annotate a VCF with other VCFs/BEDs/tabixed files
https://github.com/brentp/vcfanno
sudo apt install vcfannovcfanno-examples 0.3.5+ds-2
examples for vcfanno: annotate a VCF with other VCFs/BEDs/tabixed files
https://github.com/brentp/vcfanno
sudo apt install vcfanno-examplesvcfanno 0.3.5+ds-2
annotate a VCF with other VCFs/BEDs/tabixed files
https://github.com/brentp/vcfanno
sudo apt install vcfannovcfanno-examples 0.3.5+ds-2
examples for vcfanno: annotate a VCF with other VCFs/BEDs/tabixed files
https://github.com/brentp/vcfanno
sudo apt install vcfanno-examplessource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.