macOS
brew install minimap2local Homebrew formula metadata
brew
minimap2 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install minimap2local Homebrew formula metadata
sudo apt install libminimap2-devDebian stable package indexes · libminimap2-dev · ソース: deb.debian.org
nix profile install nixpkgs#minimap2nixpkgs package indexes · pkgs/by-name/mi/minimap2/package.nix · ソース: api.github.com
概要
Versatile pairwise aligner for genomic and spliced nucleotide sequences
履歴
minimap2 is Heng Li's successor to the original minimap, designed for the alignment problems created by long-read sequencing and large genomic assemblies. The 2017 preprint and 2018 Bioinformatics paper present it as a general-purpose pairwise aligner for DNA and long mRNA sequences, motivated by ultra-long reads, full-length transcript reads, and contigs that older aligners could not process efficiently at scale.
Its major technical contribution is being broad without being slow. The paper describes minimap2 as usable for short reads, assembly contigs, noisy long genomic reads, RNA-seq reads, read overlap detection, and full-genome alignment. The implementation combines fast chaining with base-level alignment improvements, including Suzuki-Kasahara dynamic programming, to make long-read and splice-aware alignment practical. The project README highlights the same practical presets: PacBio and Oxford Nanopore genomic reads, Iso-Seq and Nanopore RNA/cDNA alignment, Illumina reads, assembly-to-assembly comparison, and related-species genome alignment.
minimap2 became a core bioinformatics command-line tool because long-read sequencing workflows needed one aligner that could cover many data types. It is invoked directly in pipelines and through higher-level platforms, producing SAM or PAF output for downstream tools such as samtools, variant callers, assemblers, and transcript analysis software. In package managers it sits in the genomics CLI niche beside aligners such as BWA-MEM, Bowtie2, BLASR, NGMLR, and GMAP, with its reputation tied to speed, accuracy, and long-read versatility.
セキュリティ状態
minimap2 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
minimap2 | cli | グローバル実行可能ファイル | |
sdust | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/lh3/minimap2
インストールメタデータ
| パッケージキー | brew:minimap2 |
|---|---|
| バージョン | 2.31 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/minimap2 |
| ホームページ | https://lh3.github.io/minimap2 |
| リポジトリ | https://github.com/lh3/minimap2 |
| 上流ドキュメント | https://lh3.github.io/minimap2/minimap2.html |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/lh3/minimap2/archive/refs/tags/v2.31.tar.gz |
| 最終更新 | 2026-05-20T00:41:23Z |
| Pulse | updated |
| 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 | minimap2 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libminimap2-dev 2.27+dfsg-1+b3
development headers for libminimap
https://github.com/lh3/minimap2
sudo apt install libminimap2-devminimap2 2.27+dfsg-1+b3
versatile pairwise aligner for genomic and spliced nucleotide sequences
https://github.com/lh3/minimap2
sudo apt install minimap2python3-mappy 2.27+dfsg-1+b3
Python3 interface minimap2
https://github.com/lh3/minimap2
sudo apt install python3-mappyminimap2
nix profile install nixpkgs#minimap2libminimap2-dev 2.26+dfsg-1build1
development headers for libminimap
https://github.com/lh3/minimap2
sudo apt install libminimap2-devminimap2 2.26+dfsg-1build1
versatile pairwise aligner for genomic and spliced nucleotide sequences
https://github.com/lh3/minimap2
sudo apt install minimap2python3-mappy 2.26+dfsg-1build1
Python3 interface minimap2
https://github.com/lh3/minimap2
sudo apt install python3-mappyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.