Automic VaultAutomic Vault

brew

freebayes を Homebrew, apt, Nix でインストール

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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