Automic VaultAutomic Vault

brew

使用 Homebrew, apt, Nix 安装 freebayes

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install freebayes

local Homebrew formula metadata

Linux

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

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

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

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

概览

软件包摘要

Bayesian haplotype-based genetic polymorphism discovery and genotyping

命令和别名

  • bamleftalign
  • freebayes

历史

项目历史与用法

freebayes is a Bayesian, haplotype-based genetic variant detector for short-read sequencing data. It calls SNPs, indels, MNPs, and complex events from BAM or CRAM alignments against a reference genome and writes VCF output.

项目历史

The GitHub repository was created in October 2010 and the license identifies Erik Garrison and Gabor Marth as 2010 copyright holders. The README cites the 2012 arXiv preprint 'Haplotype-based variant detection from short-read sequencing' and asks users to cite it when freebayes contributes to a publication.

freebayes was designed around literal read haplotypes rather than only precise alignment columns, generalizing earlier alignment-based variant detectors such as PolyBayes, samtools, and GATK. The README says the preprint was never submitted for review but has been used in over 1000 publications.

Release history shows a long-lived scientific command-line tool: v1.0.1 in 2015 helped downstream package management, v1.1.0 in 2016 integrated SeqLib for speed and memory improvements, v1.2.0 in 2018 changed default filters for sensitivity, v1.3.0 in 2019 added high-coverage skipping, and later 1.3.x releases focused on CRAM, Meson/Ninja, ARM64, Python 3, static builds, Debian/Ubuntu packaging, and dependency cleanup.

采用历史

The README links badges or documentation for Bioconda, Homebrew, Guix, Debian, and other packaging contexts, and notes that GitHub release tarballs are used by Linux distributions to build and release freebayes binaries. The input package metadata also shows Homebrew, Debian, and Nix package coverage.

Adoption is also scientific rather than only packaging-based: the README's citation note says freebayes has been used in over 1000 publications, and its workflow examples place it among common genomics command-line tools such as bwa, sambamba, vcflib, bcftools, GATK, Picard, and workflow managers such as Snakemake.

使用方式

In simplest use, freebayes takes a FASTA reference and a sorted BAM or CRAM alignment file and emits VCF: freebayes -f ref.fa aln.bam > var.vcf. It also supports joint calling across multiple BAMs, GVCF output, high-coverage skipping, ploidy settings, pooled samples, forced calls from VCF alleles, and long-haplotype calling.

The README describes Unix-style pipeline use, including streaming BAM input from standard input, post-call filtering through vcflib's vcffilter, parallel execution by splitting the genome into regions, and Snakemake examples for cluster-friendly parallelism.

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

freebayes is package-nerd significant because it is a research-grade bioinformatics tool that distributions have had to keep buildable across changing C++ dependencies, Python versions, CRAM libraries, vcflib headers, and architecture targets. Its release notes read like a history of genomics packaging pain: vendored libraries, Meson migration, Debian build constraints, static binaries, Guix shells, and Bioconda-style tarballs.

It also embodies the classic Unix bioinformatics package model: a single-purpose CLI that reads standard genomics formats, writes VCF, composes with other tools, and can be sharded by genomic region for parallel execution.

时间线

  • 2010: GitHub repository created and MIT license copyright year recorded.
  • 2012: Haplotype-based variant detection preprint published on arXiv.
  • 2015: v1.0.1 released as a downstream-package-management-friendly bugfix release.
  • 2016: v1.1.0 integrated SeqLib for speed and memory efficiency.
  • 2018: v1.2.0 changed default filters for sensitivity.
  • 2019: v1.3.0 added --skip-coverage for high-depth regions.
  • 2020: v1.3.3 added CRAM support notes, Meson/Ninja builds, ARM64 compilation, Python 3 script updates, and GitHub CI.
  • 2022: v1.3.6 added Snakemake parallel examples, Guix shell support, static builds, and performance tracking.
  • 2024: v1.3.8 focused on Debian fixes and unbundling vcflib.
  • 2025: v1.3.10 released with vcflib-path and build maintenance.

Related projects

  • Related projects named in the official documentation include PolyBayes, samtools, GATK, vcflib, GNU parallel, Snakemake, bwa, sambamba, bcftools, Picard, htslib, SeqLib, Guix, Bioconda, Debian packaging, and CRAM/VCF/BAM ecosystem tools.

安全态势

风险级别:绿色

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 个平台目标。
  • 安装时包含 2 个运行时依赖。
  • 构建元数据列出 6 个构建依赖。

建议审查

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

可执行文件

已安装的可执行文件

命令类型暴露范围备注
bamleftaligncli全局可执行文件
freebayescli全局可执行文件

新鲜度

版本和新鲜度

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

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

https://github.com/freebayes/freebayes

安装元数据

软件包元数据

软件包键brew:freebayes
版本1.3.10
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/freebayes
主页https://github.com/freebayes/freebayes
仓库https://github.com/freebayes/freebayes
上游文档https://github.com/freebayes/freebayes#readme
许可证MIT
源码归档https://github.com/freebayes/freebayes.git
最后更新2026-06-22T14:03:22-07:00
Pulseupdated
依赖htslib, tabixpp
构建依赖cmake, meson, ninja, pkgconf, simde, wfa2-lib
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

freebayes 1.3.9-1

Bayesian haplotype-based polymorphism discovery and genotyping

https://github.com/ekg/freebayes

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

freebayes

nix profile install nixpkgs#freebayes
  • normalized package name match
  • 匹配方式:Freebayes
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fr/freebayes/package.nix from https://api.github.com/repos/NixOS/nixpkgs/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