Automic VaultAutomic Vault

brew

使用 Homebrew, apt, dnf, MacPorts, Nix 安装 vcftools

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install vcftools

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install vcftools

MacPorts ports tree · science/vcftools/Portfile · 来源: api.github.com

Linux

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

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

Fedora dnf已验证 · 92%
sudo dnf install vcftools

Fedora Rawhide package metadata · vcftools · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#vcftools

nixpkgs package indexes · pkgs/by-name/vc/vcftools/package.nix · 来源: api.github.com

概览

软件包摘要

Tools for working with VCF files

命令和别名

  • fill-aa
  • fill-an-ac
  • fill-fs
  • fill-ref-md5
  • vcf-annotate
  • vcf-compare
  • vcf-concat
  • vcf-consensus
  • vcf-contrast
  • vcf-convert
  • vcf-fix-newlines
  • vcf-fix-ploidy
  • vcf-indel-stats
  • vcf-isec
  • vcf-merge
  • vcf-phased-join
  • vcf-query
  • vcf-shuffle-cols
  • vcf-sort
  • vcf-stats
  • vcf-subset
  • vcf-to-tab
  • vcf-tstv
  • vcf-validator
  • vcftools

历史

项目历史与用法

VCFtools is the classic command-line suite and Perl API for working with Variant Call Format files. Its history is inseparable from the standardization of VCF itself: the 2011 Bioinformatics paper introduced the format and the toolkit together in the context of the 1000 Genomes Project.

项目历史

Danecek and collaborators published "The variant call format and VCFtools" in Bioinformatics in 2011. The paper describes VCF as a format for SNPs, insertions, deletions, structural variants, rich annotations, compression, and indexed retrieval, and states that it was developed for the 1000 Genomes Project.

The original VCFtools site describes the project as a package for VCF files such as those generated by the 1000 Genomes Project. It consists of a Perl module for manipulating VCF files and a binary executable for general analysis routines.

采用历史

The 2011 paper records early adoption beyond 1000 Genomes, including UK10K, dbSNP, and the NHLBI Exome Project. That early institutional adoption made VCFtools one of the first practical command-line entry points for a format that later became routine in sequencing workflows.

The SourceForge-era project moved to GitHub in July 2015, according to the old project homepage. GitHub releases show an initial GitHub release in August 2015, later v0.1.14, v0.1.15, v0.1.16, and a v0.1.17 release in May 2025, showing long-tail maintenance of a mature tool.

使用方式

VCFtools is used to filter variants, compare VCF files, summarize variant sets, convert formats, validate files, merge records, and create intersections or subsets. Its command set includes both the main `vcftools` binary and legacy Perl utilities such as `vcf-annotate`, `vcf-merge`, `vcf-query`, and `vcf-validator`.

In practice, it is often used for cohort-level filtering and summary statistics: missingness thresholds, allele-frequency filters, site and genotype quality filters, sample subsets, recoding, and quick sanity checks before or after more specialized tools.

为什么软件包爱好者会关心

VCFtools is package-nerd significant because it is one of the canonical packages that made VCF a usable Unix file format, not just a paper specification. It gave users validators, filters, mergers, converters, and a Perl API at the moment large sequencing projects needed reproducible file handling.

Even when newer tools such as bcftools, vcflib, cyvcf2, and specialized annotators are preferred for particular tasks, VCFtools remains a recognizable baseline package in bioinformatics environments and container images.

时间线

  • 2011-06-07: The VCFtools paper appears online ahead of print.
  • 2011-08-01: The VCFtools paper is published in Bioinformatics volume 27, issue 15.
  • 2015-07: The VCFtools project moves from SourceForge to GitHub.
  • 2015-08-03: v0.1.13 is published as the initial GitHub release.
  • 2025-05-15: v0.1.17 is published on GitHub.

Related projects

  • The 1000 Genomes Project is the original project context for VCF and VCFtools.
  • HTSlib and bcftools are closely related tools for modern VCF/BCF processing.
  • vcflib, VcfPythonUtils, and vcfCTools are listed by VCFtools as useful related VCF projects.
  • GATK is listed by VCFtools as another source and manipulator of VCF files.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
fill-aacli全局可执行文件
fill-an-accli全局可执行文件
fill-fscli全局可执行文件
fill-ref-md5cli全局可执行文件
vcf-annotatecli全局可执行文件
vcf-comparecli全局可执行文件
vcf-concatcli全局可执行文件
vcf-consensuscli全局可执行文件
vcf-contrastcli全局可执行文件
vcf-convertcli全局可执行文件
vcf-fix-newlinescli全局可执行文件
vcf-fix-ploidycli全局可执行文件
vcf-indel-statscli全局可执行文件
vcf-iseccli全局可执行文件
vcf-mergecli全局可执行文件
vcf-phased-joincli全局可执行文件
vcf-querycli全局可执行文件
vcf-shuffle-colscli全局可执行文件
vcf-sortcli全局可执行文件
vcf-statscli全局可执行文件
vcf-subsetcli全局可执行文件
vcf-to-tabcli全局可执行文件
vcf-tstvcli全局可执行文件
vcf-validatorcli全局可执行文件
vcftoolscli全局可执行文件

新鲜度

版本和新鲜度

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

页面生成时间2026-07-10
管理器版本0.1.17
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/vcftools/vcftools

安装元数据

软件包元数据

软件包键brew:vcftools
版本0.1.17
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/vcftools
主页https://vcftools.github.io/
仓库https://github.com/vcftools/vcftools
上游文档https://vcftools.github.io/documentation.html
许可证LGPL-3.0-only
源码归档https://github.com/vcftools/vcftools/releases/download/v0.1.17/vcftools-0.1.17.tar.gz
依赖htslib
构建依赖pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevcftools
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

vcftools 0.1.16-3+b1

Collection of tools to work with VCF files

https://vcftools.github.io/

sudo apt install vcftools
  • Section: science
  • Architecture: amd64
  • Source Package: vcftools
  • 5 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Vcftools
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vcftools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

vcftools

nix profile install nixpkgs#vcftools
  • normalized package name match
  • 匹配方式:Vcftools
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vc/vcftools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

vcftools 0.1.16-3

Collection of tools to work with VCF files

https://vcftools.github.io/

sudo apt install vcftools
  • Section: universe/science
  • Architecture: amd64
  • 5 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Vcftools
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vcftools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

vcftools 0.1.17-2.fc44

VCF file manipulation tools

https://vcftools.github.io/

sudo dnf install vcftools
  • License: GPL-3.0-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vcftools
  • 9 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Vcftools
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vcftools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

vcftools

sudo port install vcftools
  • normalized package name match
  • 匹配方式:Vcftools
MacPorts ports tree · api.github.com · MacPorts ports tree: science/vcftools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

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

使用的来源

  • 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