pkg.soopen package index

brew / 排名 11108

使用 Homebrew, apt 安装 vcfanno

查看 vcfanno 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install vcfanno

local Homebrew formula metadata

Linux

Debian apt已验证 · 92%
sudo apt install vcfanno

Debian stable package indexes · vcfanno · 来源: deb.debian.org

概览

软件包摘要

Annotate a VCF with other VCFs/BEDs/tabixed files

命令和别名

  • vcfanno

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

尚未找到受保护工具覆盖

没有找到 vcfanno 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
vcfanno可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.3.9
管理器更新时间2026-07-26
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:vcfanno
版本0.3.9
软件包管理器Homebrew
主页https://genomebiology.biomedcentral.com/articles/10.1186/s13059-016-0973-5
仓库https://github.com/brentp/vcfanno
最后更新2026-07-26T00:30:00+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation