Automic VaultAutomic Vault

brew

Install vcftools with Homebrew, apt, dnf, MacPorts, Nix

Tools for working with VCF files. Version 0.1.17 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vcftools

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install vcftools

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

Linux

Debian aptverified · 92%
sudo apt install vcftools

Debian stable package indexes · vcftools · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install vcftools

Fedora Rawhide package metadata · vcftools · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#vcftools

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

overview

Package summary

Tools for working with VCF files

Commands and aliases

  • 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

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

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

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
fill-aacliglobal executable
fill-an-accliglobal executable
fill-fscliglobal executable
fill-ref-md5cliglobal executable
vcf-annotatecliglobal executable
vcf-comparecliglobal executable
vcf-concatcliglobal executable
vcf-consensuscliglobal executable
vcf-contrastcliglobal executable
vcf-convertcliglobal executable
vcf-fix-newlinescliglobal executable
vcf-fix-ploidycliglobal executable
vcf-indel-statscliglobal executable
vcf-iseccliglobal executable
vcf-mergecliglobal executable
vcf-phased-joincliglobal executable
vcf-querycliglobal executable
vcf-shuffle-colscliglobal executable
vcf-sortcliglobal executable
vcf-statscliglobal executable
vcf-subsetcliglobal executable
vcf-to-tabcliglobal executable
vcf-tstvcliglobal executable
vcf-validatorcliglobal executable
vcftoolscliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.1.17
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/vcftools/vcftools

install metadata

Package metadata

Package keybrew:vcftools
Version0.1.17
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/vcftools
Homepagehttps://vcftools.github.io/
Repositoryhttps://github.com/vcftools/vcftools
Upstream docshttps://vcftools.github.io/documentation.html
LicenseLGPL-3.0-only
Source archivehttps://github.com/vcftools/vcftools/releases/download/v0.1.17/vcftools-0.1.17.tar.gz
Dependencieshtslib
Build dependenciespkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: 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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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