pkg.soopen package index

brew / rank 10379

Install vcflib with Homebrew

C++ library and cmdline tools for parsing and manipulating VCF files. Version 1.0.15 via Homebrew; verified 2026-06-21.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vcflib

local Homebrew formula metadata

overview

Package summary

C++ library and cmdline tools for parsing and manipulating VCF files

Commands and aliases

  • abba-baba
  • bFst
  • bed2region
  • bgziptabix
  • dumpContigsFromHeader
  • genotypeSummary
  • hapLrt
  • iHS
  • meltEHH
  • normalize-iHS
  • pFst
  • pVst
  • permuteGPAT++
  • permuteSmooth
  • plotHaps
  • popStats
  • segmentFst
  • segmentIhs
  • sequenceDiversity
  • smoother
  • vcf2bed.py
  • vcf2dag
  • vcf2fasta
  • vcf2sqlite.py
  • vcf2tsv
  • vcf_strip_extra_headers
  • vcfaddinfo
  • vcfafpath
  • vcfallelicprimitives
  • vcfaltcount
  • vcfannotate
  • vcfannotategenotypes

history

Project history and usage

vcflib is both a C++ library and a large collection of command-line utilities for parsing, transforming, filtering, normalizing, annotating, and summarizing VCF files. It is one of the Unix-style toolkits that grew around VCF after the format became the standard interchange format for genomic variant calls.

Project history

The vcflib README presents VCF as the de facto reporting format for many genomic variant detectors and describes vcflib as an API plus a command-line utility collection for complex VCF manipulation. The project originated with Erik Garrison and later became part of a broader vcflib organization containing related VCF tools.

In 2022, Garrison, Kronenberg, Dawson, Pedersen, and Prins published a PLOS Computational Biology software paper covering vcflib, bio-vcf, cyvcf2, hts-nim, and slivar. The paper describes more than 125 free and open-source tools and libraries for VCF processing, with vcflib providing performance-oriented C++ tools and a reusable API.

Adoption history

The 2022 PLOS paper states that VCF has been widely adopted since 2011 in population studies and somatic and germline mutation studies, and that the authors' tools run in critical biomedical pipelines and many shell scripts. That is the adoption setting in which vcflib matters: it is a toolbox for the messy middle of sequencing workflows.

The project has seen packaging and maintenance transitions common to mature bioinformatics software. GitHub releases show a 1.0 release in September 2019, a Python 3 transition around 2019, and continued 1.x releases into the 2020s.

How it is used

vcflib tools are designed to be composed in streaming pipelines. The README explicitly encourages using Unix pipes to interface with VCFtools, BEDTools, GATK, HTSlib, bio-vcf, bcftools, and FreeBayes while avoiding unnecessary intermediate files.

Typical commands cover filtering, set operations, left-aligning indels, decomposing or merging alleles, checking reference consistency, generating statistics, population-genetics metrics, converting VCF to other representations, and annotating records from BED or genotype information.

Why package nerds care

vcflib is package-nerd significant because it is a bag of sharp, small bioinformatics commands rather than one monolithic analysis application. Installing it adds dozens of executables whose names encode the workflow vocabulary of VCF-heavy pipelines.

It also captures a real packaging challenge in scientific software: one project ships C++ utilities, scripts, Python bindings, and library headers, and users expect it to compose with a wider command-line genomics stack across Linux, macOS, containers, and workflow systems.

Timeline

  • 2011: VCF is introduced and described with VCFtools, establishing the ecosystem vcflib later serves.
  • 2016-02-08: vcflib v1.0.0-rc1 appears in GitHub releases.
  • 2019-09-03: vcflib v1.0.0 is released.
  • 2022-05-31: The PLOS Computational Biology software paper on vcflib and related VCF tools is published.
  • 2023: vcflib 1.0.x maintenance releases continue on GitHub.

Related projects

  • VCFtools is the older VCF suite and standard paper that established much of the file-format context.
  • bio-vcf, cyvcf2, hts-nim, and slivar are discussed with vcflib in the 2022 software paper as complementary tools for VCF processing.
  • FreeBayes is a related variant caller and companion project in the VCF ecosystem.
  • BEDTools, HTSlib, bcftools, GATK, and tabix-indexed workflows are common neighbors in pipelines that use vcflib.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:compress,sql,stream

Install behavior

  • No Homebrew bottle metadata was recorded.

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
abba-babaexecutableindexed executableDiscovered from the local executable index.
bFstexecutableindexed executableDiscovered from the local executable index.
bed2regionexecutableindexed executableDiscovered from the local executable index.
bgziptabixexecutableindexed executableDiscovered from the local executable index.
dumpContigsFromHeaderexecutableindexed executableDiscovered from the local executable index.
genotypeSummaryexecutableindexed executableDiscovered from the local executable index.
hapLrtexecutableindexed executableDiscovered from the local executable index.
iHSexecutableindexed executableDiscovered from the local executable index.
meltEHHexecutableindexed executableDiscovered from the local executable index.
normalize-iHSexecutableindexed executableDiscovered from the local executable index.
pFstexecutableindexed executableDiscovered from the local executable index.
pVstexecutableindexed executableDiscovered from the local executable index.
permuteGPAT++executableindexed executableDiscovered from the local executable index.
permuteSmoothexecutableindexed executableDiscovered from the local executable index.
plotHapsexecutableindexed executableDiscovered from the local executable index.
popStatsexecutableindexed executableDiscovered from the local executable index.
segmentFstexecutableindexed executableDiscovered from the local executable index.
segmentIhsexecutableindexed executableDiscovered from the local executable index.
sequenceDiversityexecutableindexed executableDiscovered from the local executable index.
smootherexecutableindexed executableDiscovered from the local executable index.
vcf2bed.pyexecutableindexed executableDiscovered from the local executable index.
vcf2dagexecutableindexed executableDiscovered from the local executable index.
vcf2fastaexecutableindexed executableDiscovered from the local executable index.
vcf2sqlite.pyexecutableindexed executableDiscovered from the local executable index.
vcf2tsvexecutableindexed executableDiscovered from the local executable index.
vcf_strip_extra_headersexecutableindexed executableDiscovered from the local executable index.
vcfaddinfoexecutableindexed executableDiscovered from the local executable index.
vcfafpathexecutableindexed executableDiscovered from the local executable index.
vcfallelicprimitivesexecutableindexed executableDiscovered from the local executable index.
vcfaltcountexecutableindexed executableDiscovered from the local executable index.
vcfannotateexecutableindexed executableDiscovered from the local executable index.
vcfannotategenotypesexecutableindexed executableDiscovered from the local executable index.
vcfbiallelicexecutableindexed executableDiscovered from the local executable index.
vcfbreakmultiexecutableindexed executableDiscovered from the local executable index.
vcfcatexecutableindexed executableDiscovered from the local executable index.
vcfcheckexecutableindexed executableDiscovered from the local executable index.
vcfclassifyexecutableindexed executableDiscovered from the local executable index.
vcfcleancomplexexecutableindexed executableDiscovered from the local executable index.
vcfclearidexecutableindexed executableDiscovered from the local executable index.
vcfclearinfoexecutableindexed executableDiscovered from the local executable index.
vcfcombineexecutableindexed executableDiscovered from the local executable index.
vcfcommonsamplesexecutableindexed executableDiscovered from the local executable index.
vcfcomplexexecutableindexed executableDiscovered from the local executable index.
vcfcountallelesexecutableindexed executableDiscovered from the local executable index.
vcfcreatemultiexecutableindexed executableDiscovered from the local executable index.
vcfdistanceexecutableindexed executableDiscovered from the local executable index.
vcfechoexecutableindexed executableDiscovered from the local executable index.
vcfentropyexecutableindexed executableDiscovered from the local executable index.
vcfevenregionsexecutableindexed executableDiscovered from the local executable index.
vcffilterexecutableindexed executableDiscovered from the local executable index.
vcffirstheaderexecutableindexed executableDiscovered from the local executable index.
vcffixupexecutableindexed executableDiscovered from the local executable index.
vcfflattenexecutableindexed executableDiscovered from the local executable index.
vcfgeno2allelesexecutableindexed executableDiscovered from the local executable index.
vcfgeno2haploexecutableindexed executableDiscovered from the local executable index.
vcfgenosamplenamesexecutableindexed executableDiscovered from the local executable index.
vcfgenosummarizeexecutableindexed executableDiscovered from the local executable index.
vcfgenotypecompareexecutableindexed executableDiscovered from the local executable index.
vcfgenotypesexecutableindexed executableDiscovered from the local executable index.
vcfglboundexecutableindexed executableDiscovered from the local executable index.
vcfglxgtexecutableindexed executableDiscovered from the local executable index.
vcfgtcompare.shexecutableindexed executableDiscovered from the local executable index.
vcfhetcountexecutableindexed executableDiscovered from the local executable index.
vcfhethomratioexecutableindexed executableDiscovered from the local executable index.
vcfindelproximityexecutableindexed executableDiscovered from the local executable index.
vcfindelsexecutableindexed executableDiscovered from the local executable index.
vcfindexexecutableindexed executableDiscovered from the local executable index.
vcfinfo2qualexecutableindexed executableDiscovered from the local executable index.
vcfinfosummarizeexecutableindexed executableDiscovered from the local executable index.
vcfintersectexecutableindexed executableDiscovered from the local executable index.
vcfjoincallsexecutableindexed executableDiscovered from the local executable index.
vcfkeepgenoexecutableindexed executableDiscovered from the local executable index.
vcfkeepinfoexecutableindexed executableDiscovered from the local executable index.
vcfkeepsamplesexecutableindexed executableDiscovered from the local executable index.
vcfldexecutableindexed executableDiscovered from the local executable index.
vcfleftalignexecutableindexed executableDiscovered from the local executable index.
vcflengthexecutableindexed executableDiscovered from the local executable index.
vcfmultiallelicexecutableindexed executableDiscovered from the local executable index.
vcfmultiwayexecutableindexed executableDiscovered from the local executable index.
vcfmultiwayscriptsexecutableindexed executableDiscovered from the local executable index.
vcfnobiallelicsnpsexecutableindexed executableDiscovered from the local executable index.
vcfnoindelsexecutableindexed executableDiscovered from the local executable index.
vcfnosnpsexecutableindexed executableDiscovered from the local executable index.
vcfnulldotslashdotexecutableindexed executableDiscovered from the local executable index.
vcfnullgenofieldsexecutableindexed executableDiscovered from the local executable index.
vcfnumaltexecutableindexed executableDiscovered from the local executable index.
vcfoverlayexecutableindexed executableDiscovered from the local executable index.
vcfparsealtsexecutableindexed executableDiscovered from the local executable index.
vcfplotaltdiscrepancy.rexecutableindexed executableDiscovered from the local executable index.
vcfplotaltdiscrepancy.shexecutableindexed executableDiscovered from the local executable index.
vcfplotsitediscrepancy.rexecutableindexed executableDiscovered from the local executable index.
vcfplottstv.shexecutableindexed executableDiscovered from the local executable index.
vcfprimersexecutableindexed executableDiscovered from the local executable index.
vcfprintaltdiscrepancy.rexecutableindexed executableDiscovered from the local executable index.
vcfprintaltdiscrepancy.shexecutableindexed executableDiscovered from the local executable index.
vcfqual2infoexecutableindexed executableDiscovered from the local executable index.
vcfqualfilterexecutableindexed executableDiscovered from the local executable index.
vcfrandomexecutableindexed executableDiscovered from the local executable index.
vcfrandomsampleexecutableindexed executableDiscovered from the local executable index.
vcfregionreduceexecutableindexed executableDiscovered from the local executable index.
vcfregionreduce_and_cutexecutableindexed executableDiscovered from the local executable index.
vcfregionreduce_pipeexecutableindexed executableDiscovered from the local executable index.
vcfregionreduce_uncompressedexecutableindexed executableDiscovered from the local executable index.
vcfremapexecutableindexed executableDiscovered from the local executable index.
vcfremoveaberrantgenotypesexecutableindexed executableDiscovered from the local executable index.
vcfremovenonATGCexecutableindexed executableDiscovered from the local executable index.
vcfremovesamplesexecutableindexed executableDiscovered from the local executable index.
vcfrocexecutableindexed executableDiscovered from the local executable index.
vcfsample2infoexecutableindexed executableDiscovered from the local executable index.
vcfsamplediffexecutableindexed executableDiscovered from the local executable index.
vcfsamplenamesexecutableindexed executableDiscovered from the local executable index.
vcfsitesummarizeexecutableindexed executableDiscovered from the local executable index.
vcfsnpsexecutableindexed executableDiscovered from the local executable index.
vcfsortexecutableindexed executableDiscovered from the local executable index.
vcfstatsexecutableindexed executableDiscovered from the local executable index.
vcfstreamsortexecutableindexed executableDiscovered from the local executable index.
vcfuniqexecutableindexed executableDiscovered from the local executable index.
vcfuniqallelesexecutableindexed executableDiscovered from the local executable index.
vcfvarstatsexecutableindexed executableDiscovered from the local executable index.
vcfwaveexecutableindexed executableDiscovered from the local executable index.
wcFstexecutableindexed executableDiscovered from the local executable index.

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-08-03
manager version1.0.15
manager updated2026-06-21
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:vcflib
Version1.0.15
Package managerHomebrew
Homepagehttps://github.com/vcflib/vcflib
Repositoryhttps://github.com/vcflib/vcflib
Last updated2026-06-21T00:20:16Z
Pulseupdated
Bottlenot recorded
Servicenone declared

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
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation