macOS
brew install bismarklocal Homebrew formula metadata
安装
brew install bismarklocal Homebrew formula metadata
概览
Bisulfite read mapper and methylation caller
历史
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.
安全态势
没有找到 bismark 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
NOMe_filtering | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bam2nuc | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark2bedGraph | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark2report | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark2summary | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark_genome_preparation | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bismark_methylation_extractor | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
coverage2cytosine | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
deduplicate_bismark | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
filter_non_conversion | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
methylation_consistency | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:bismark |
|---|---|
| 版本 | 3.1.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/FelixKrueger/Bismark |
| 仓库 | https://github.com/FelixKrueger/Bismark |
| 最后更新 | 2026-07-13T18:28:52Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.