macOS
brew install vcfannolocal Homebrew formula metadata
brew
vcfanno のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install vcfannolocal Homebrew formula metadata
sudo apt install vcfannoDebian stable package indexes · vcfanno · ソース: deb.debian.org
概要
Annotate a VCF with other VCFs/BEDs/tabixed files
履歴
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.
セキュリティ状態
vcfanno に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
vcfanno | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/brentp/vcfanno
インストールメタデータ
| パッケージキー | brew:vcfanno |
|---|---|
| バージョン | 0.3.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/vcfanno |
| ホームページ | https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5 |
| リポジトリ | https://github.com/brentp/vcfanno |
| 上流ドキュメント | https://brentp.github.io/vcfanno |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/brentp/vcfanno/archive/refs/tags/v0.3.9.tar.gz |
| 最終更新 | 2026-06-16T21:19:58Z |
| Pulse | updated |
| ビルド依存関係 | go |
| 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 | 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-examplesソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.