Automic VaultAutomic Vault

brew

vcfanno mit Homebrew, apt installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install vcfanno

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install vcfanno

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

Überblick

Paketzusammenfassung

Annotate a VCF with other VCFs/BEDs/tabixed files

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2015-04-29: vcfanno v0.0.1 is published as the initial GitHub release.
  • 2015-05-04: v0.0.2 adds support for annotating ends of variants such as CNVs and SVs.
  • 2016-06-01: The Genome Biology vcfanno paper is published.
  • 2026-06-16: GitHub lists v0.3.9 as the latest release.

Related projects

  • VCFtools and HTSlib provide the broader VCF and indexed-file ecosystem that vcfanno workflows build on.
  • vcflib is a companion VCF-processing toolkit; the 2022 vcflib paper also points to vcfanno as a related tool for adding annotations from VCFs and BED files.
  • GATK, FreeBayes, ExAC-style resources, ClinVar-style resources, and tabix-indexed annotation files are common upstream or companion inputs in vcfanno pipelines.

Sicherheitslage

Noch keine Protected-Tool-Abdeckung gefunden

Für vcfanno wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhä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
vcfannocliglobales 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-08
Manager-Version0.3.9
Manager aktualisiert2026-06-16
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.3.9

https://github.com/brentp/vcfanno

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:vcfanno
Version0.3.9
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/vcfanno
Homepagehttps://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5
Repositoryhttps://github.com/brentp/vcfanno
Upstream-Dokumentationhttps://brentp.github.io/vcfanno
LizenzMIT
Quellarchivhttps://github.com/brentp/vcfanno/archive/refs/tags/v0.3.9.tar.gz
Zuletzt aktualisiert2026-06-16T21:19:58Z
Pulseupdated
Build-Abhängigkeitengo
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 Namevcfanno
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%

vcfanno 0.3.5+ds-2+b9

annotate a VCF with other VCFs/BEDs/tabixed files

https://github.com/brentp/vcfanno

sudo apt install vcfanno
  • Section: science
  • Architecture: amd64
  • Source Package: vcfanno
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Vcfanno
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vcfanno from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

vcfanno-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
  • Section: science
  • Architecture: all
  • Source Package: vcfanno
  • normalized package name match
  • Abgeglichen nach: Vcfanno
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vcfanno-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

vcfanno 0.3.5+ds-2

annotate a VCF with other VCFs/BEDs/tabixed files

https://github.com/brentp/vcfanno

sudo apt install vcfanno
  • Section: universe/science
  • Architecture: amd64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Vcfanno
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vcfanno from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

vcfanno-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
  • Section: universe/science
  • Architecture: all
  • Source Package: vcfanno
  • normalized package name match
  • Abgeglichen nach: Vcfanno
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vcfanno-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

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