macOS
brew install brackenlocal Homebrew formula metadata
安装
brew install brackenlocal Homebrew formula metadata
概览
Bayesian estimation of species abundance from Kraken output
历史
Bracken, short for Bayesian Reestimation of Abundance with Kraken, is a command-line method for estimating species or higher-level taxonomic abundance from Kraken-classified metagenomic reads.
Bracken was developed in the Johns Hopkins Center for Computational Biology ecosystem around Kraken. The official CCB page records the first public release in April 2016 and the Bracken paper in PeerJ Computer Science in January 2017.
The project evolved from Python and support scripts into a workflow with `bracken-build` for database preparation and `bracken` for abundance estimation. The CCB news log records the 2018 v2.0.0 release adding shell scripts for the combined workflow and later build-time optimizations.
Bracken is adopted as a companion to Kraken 1, KrakenUniq, and Kraken 2 because Kraken assigns reads to taxonomy but does not itself estimate species abundance. Bracken re-estimates abundances by using k-mer distribution probabilities derived from the Kraken database.
The 2022 Nature Protocols Kraken suite paper incorporated Bracken into a step-by-step metagenomic workflow for microbiome analysis and pathogen detection, reinforcing its role as part of the standard Kraken command-line toolchain.
A typical Bracken run first builds or obtains a Kraken database, generates Bracken database files for a read length with `bracken-build`, classifies samples with Kraken or Kraken 2, creates a Kraken report, and then runs `bracken` or `estimate_abundance.py` to estimate abundance at a target taxonomic rank.
The manual notes that Bracken supports Kraken 1 and Kraken 2 and that users should account for the default k-mer length difference between those classifiers.
Bracken matters to package maintainers because it is a small CLI package that depends operationally on large external Kraken databases and database-specific k-mer distribution files rather than on a self-contained config file.
It is also a packaging example where the executable surface includes both a user-facing abundance command and a build command that prepares data artifacts for downstream runs.
安全态势
没有找到 bracken 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bracken | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
bracken-build | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:bracken |
|---|---|
| 版本 | 3.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://ccb.jhu.edu/software/bracken/ |
| 仓库 | https://github.com/jenniferlu717/Bracken |
| 最后更新 | 2026-07-13T04:01:12Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.