# 使用 Homebrew 安装 bismark

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

## 安装

```sh
sudo av install brew:bismark
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bismark
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:bismark
- **软件包管理器:** Homebrew
- **版本:** 3.1.0
- **来源摘要:** Bisulfite read mapper and methylation caller
- **主页:** <https://github.com/FelixKrueger/Bismark>
- **仓库:** <https://github.com/FelixKrueger/Bismark>
- **最后更新:** 2026-07-13T18:28:52Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- NOMe_filtering (别名)
- bam2nuc (别名)
- bismark (别名)
- bismark2bedGraph (别名)
- bismark2report (别名)
- bismark2summary (别名)
- bismark_genome_preparation (别名)
- bismark_methylation_extractor (别名)
- coverage2cytosine (别名)
- deduplicate_bismark (别名)
- filter_non_conversion (别名)
- methylation_consistency (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.1.0
## 项目历史与用法

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.

### 来源

- <https://academic.oup.com/bioinformatics/article/27/11/1571/216956>
- <https://felixkrueger.github.io/Bismark/>
- <https://github.com/FelixKrueger/Bismark>
- <https://www.bioinformatics.babraham.ac.uk/projects/bismark/>
- input.source_facts.package-manager


## 安全说明

没有找到 bismark 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Combined YAML source

View the package source record on GitHub. [combined/bismark.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bismark.yml)


## 来源

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