macOS
brew install vcfannolocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vcfanno pour les workflows d'agents IA.
installation
brew install vcfannolocal Homebrew formula metadata
sudo apt install vcfannoDebian stable package indexes · vcfanno · Source: deb.debian.org
aperçu
Annotate a VCF with other VCFs/BEDs/tabixed files
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vcfanno. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
vcfanno | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/brentp/vcfanno
métadonnées d'installation
| Clé du paquet | brew:vcfanno |
|---|---|
| Version | 0.3.9 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/vcfanno |
| Page d'accueil | https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5 |
| Dépôt | https://github.com/brentp/vcfanno |
| Docs amont | https://brentp.github.io/vcfanno |
| Licence | MIT |
| Archive source | https://github.com/brentp/vcfanno/archive/refs/tags/v0.3.9.tar.gz |
| Dernière mise à jour | 2026-06-16T21:19:58Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-examplespiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.