macOS
brew install blastlocal Homebrew formula metadata
brew
blast のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.