macOS
brew install blastlocal Homebrew formula metadata
安装
brew install blastlocal Homebrew formula metadata
nix profile install nixpkgs#blastnixpkgs package indexes · pkgs/by-name/bl/blast/package.nix · 来源: api.github.com
概览
Basic Local Alignment Search Tool
历史
BLAST, the Basic Local Alignment Search Tool, is one of the defining command-line programs of computational biology. It became the everyday sequence-search utility for comparing DNA and protein sequences against large databases, first through NCBI services and then through local command-line installations.
NCBI's BLAST help references the 1990 Altschul, Gish, Miller, Myers, and Lipman paper that introduced the Basic Local Alignment Search Tool. The same NCBI reference list traces later BLAST-family milestones including gapped BLAST and PSI-BLAST in 1997, MegaBLAST indexing work in 2008, BLAST+ architecture in 2008, DELTA-BLAST in 2012, Magic-BLAST in 2019, and ElasticBLAST in 2023.
The command-line package distributed today is BLAST+, documented by NCBI's BLAST Command Line Applications User Manual. The developer information page identifies BLAST as public-domain software and points developers to the NCBI C++ Toolkit implementation, matching the public GitHub toolkit repository used for source distribution.
BLAST became a standard because it joined a fast heuristic alignment algorithm with NCBI's growing public sequence databases. Web BLAST made ad hoc searches accessible, while the command-line applications let labs, sequencing centers, and pipelines run repeatable local searches against custom databases.
Package-manager adoption reflects that role: even when the upstream distribution is from NCBI rather than a typical single-purpose GitHub project, package managers keep `blastn`, `blastp`, `blastx`, `makeblastdb`, `blastdbcmd`, and related executables available as system tools for bioinformatics workflows.
Common local workflows build a database with `makeblastdb`, search it with tools such as `blastn` or `blastp`, inspect databases with `blastdbcmd`, and format results with `blast_formatter`. NCBI also documents REST access for programmatic searches against hosted services.
The package contains a family of executables rather than one command. That matters for reproducible science because database construction, masking, protein-vs-nucleotide search modes, profile searches, and output formatting are split into scriptable tools.
For package nerds, BLAST is a canonical example of scientific infrastructure as a Unix package: many binaries, public-domain licensing, local database files, environment/config conventions, and a manual that is closer to laboratory protocol than app documentation.
It is also a reminder that the most important command-line tools are not always developer tools. BLAST made local compute a practical front end to public biological databases, so packaging it well directly affected how biology labs automated sequence analysis.
安全态势
infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.ncbirc~/.ncbirc$NCBI/.ncbirc/etc/.ncbircncbi.ini%USERPROFILE%\ncbi.ini%NCBI%\ncbi.ini%SYSTEMROOT%\ncbi.ini可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
blast_formatter | cli | 全局可执行文件 | |
blastdb_aliastool | cli | 全局可执行文件 | |
blastdb_convert | cli | 全局可执行文件 | |
blastdb_path | cli | 全局可执行文件 | |
blastdbcheck | cli | 全局可执行文件 | |
blastdbcmd | cli | 全局可执行文件 | |
blastdbcp | cli | 全局可执行文件 | |
blastn | cli | 全局可执行文件 | |
blastp | cli | 全局可执行文件 | |
blastx | cli | 全局可执行文件 | |
cleanup-blastdb-volumes.py | cli | 全局可执行文件 | |
convert2blastmask | cli | 全局可执行文件 | |
datatool | cli | 全局可执行文件 | |
deltablast | cli | 全局可执行文件 | |
dustmasker | cli | 全局可执行文件 | |
gc_cli | cli | 全局可执行文件 | |
get_species_taxids.sh | cli | 全局可执行文件 | |
legacy_blast.pl | cli | 全局可执行文件 | |
lmdbxx_sample | cli | 全局可执行文件 | |
makeblastdb | cli | 全局可执行文件 | |
makeclusterdb | cli | 全局可执行文件 | |
makembindex | cli | 全局可执行文件 | |
makeprofiledb | cli | 全局可执行文件 | |
project_tree_builder | cli | 全局可执行文件 | |
psiblast | cli | 全局可执行文件 | |
rpsblast | cli | 全局可执行文件 | |
rpstblastn | cli | 全局可执行文件 | |
run_with_lock | cli | 全局可执行文件 | |
seedtop | cli | 全局可执行文件 | |
segmasker | cli | 全局可执行文件 | |
seqdb_demo | cli | 全局可执行文件 | |
seqdb_perf | cli | 全局可执行文件 | |
tax4blast | cli | 全局可执行文件 | |
tblastn | cli | 全局可执行文件 | |
tblastx | cli | 全局可执行文件 | |
update_blastdb.pl | cli | 全局可执行文件 | |
windowmasker | cli | 全局可执行文件 | |
windowmasker_2.2.22_adapter.py | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://blast.ncbi.nlm.nih.gov/
安装元数据
| 软件包键 | brew:blast |
|---|---|
| 版本 | 2.17.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/blast |
| 主页 | https://blast.ncbi.nlm.nih.gov/ |
| 仓库 | https://github.com/ncbi/ncbi-cxx-toolkit-public |
| 上游文档 | https://blast.ncbi.nlm.nih.gov/doc/blast-help |
| 许可证 | LicenseRef-Homebrew-public-domain |
| 源码归档 | https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.17.0/ncbi-blast-2.17.0+-src.tar.gz |
| 最后更新 | 2026-06-22T14:02:53-07:00 |
| Pulse | updated |
| 依赖 | libomp, lmdb, mbedtls@3, pcre2 |
| macOS 提供的库 | bzip2, sqlite |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | blast |
| Version Scheme | 0 |
| Revision | 1 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
blast
nix profile install nixpkgs#blast来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.