pkg.soopen package index

brew / 順位 12402

bismark を Homebrew でインストール

bismark のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install bismark

local Homebrew formula metadata

概要

パッケージ概要

Bisulfite read mapper and methylation caller

コマンドとエイリアス

  • NOMe_filtering
  • bam2nuc
  • bismark
  • bismark2bedGraph
  • bismark2report
  • bismark2summary
  • bismark_genome_preparation
  • bismark_methylation_extractor
  • coverage2cytosine
  • deduplicate_bismark
  • filter_non_conversion
  • methylation_consistency

履歴

プロジェクトの歴史と使われ方

Bismark is a command-line bisulfite sequencing mapper and methylation caller for high-throughput DNA methylation analysis. It maps bisulfite-treated reads to a reference genome and calls cytosine methylation in CpG, CHG, and CHH contexts.

プロジェクトの歴史

Bismark was developed by Felix Krueger in the Babraham Bioinformatics group and published in Bioinformatics in 2011 as a flexible aligner and methylation caller for Bisulfite-Seq applications. The official project page describes it as stable GPL software for mapping bisulfite-converted reads and determining cytosine methylation states.

The project began as a Perl suite around external aligners such as Bowtie2 and HISAT2. The current official README states that Bismark is now a supported Rust suite, with the original Perl v0.25.x scripts kept as legacy/maintenance-freeze code.

採用の歴史

Bismark became a common package in sequencing pipelines because it combined bisulfite read mapping and methylation calling in one CLI workflow and produced outputs suitable for downstream genome viewers and reports.

The official README documents package-oriented installation paths through Bioconda, crates.io, containers, and prebuilt GitHub release binaries, while the Homebrew formula in the input records it as a brew package.

使われ方

Typical use prepares bisulfite-converted reference indexes, aligns single-end or paired-end WGBS/RRBS/PBAT reads, optionally deduplicates alignments, and extracts methylation calls and HTML reports.

Bismark is used when methylation context matters because its output separates CpG, CHG, and CHH methylation calls rather than treating all cytosines identically.

パッケージ好きにとっての重要性

Bismark matters to package maintainers because it wraps a historically multi-script bioinformatics workflow with external aligner requirements, and its current Rust transition changes packaging expectations from Perl scripts plus Samtools to a supported single-suite binary model.

It is a useful example of a long-lived scientific CLI where package recipes need to track both legacy reproducibility and a new implementation advertised as byte-identical on the default path.

タイムライン

  • 2010: Changelog records Bismark v0.2.x releases.
  • 2011: Bismark paper published in Bioinformatics.
  • 2019: Babraham project page records v0.22.x releases.
  • 2026: Official README describes the Rust suite as the supported default and Perl v0.25.x as legacy.

Related projects

  • Bowtie2, HISAT2, and minimap2 are supported alignment backends in current official documentation.
  • SeqMonk is referenced by the official project pages as a genome viewer that can import Bismark output.

セキュリティ状態

保護ツール対応はまだ見つかっていません

bismark に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
NOMe_filtering実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bam2nuc実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark2bedGraph実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark2report実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark2summary実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark_genome_preparation実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
bismark_methylation_extractor実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
coverage2cytosine実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
deduplicate_bismark実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
filter_non_conversion実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。
methylation_consistency実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版3.1.0
マネージャ更新日2026-07-13
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bismark
バージョン3.1.0
パッケージマネージャHomebrew
ホームページhttps://github.com/FelixKrueger/Bismark
リポジトリhttps://github.com/FelixKrueger/Bismark
最終更新2026-07-13T18:28:52Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソース経路

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

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

使用ソース

  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation