macOS
brew install salmonlocal Homebrew formula metadata
brew / 順位 9715
salmon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install salmonlocal Homebrew formula metadata
sudo apt install salmonDebian stable package indexes · salmon · ソース: deb.debian.org
nix profile install nixpkgs#salmonnixpkgs package indexes · pkgs/by-name/sa/salmon/package.nix · ソース: api.github.com
概要
Transcript-level quantification from RNA-seq reads
履歴
salmon is a COMBINE-lab command-line tool for fast, accurate transcript-level quantification from RNA-seq reads. Its current official documentation describes the core workflow as building a reusable transcriptome index with `salmon index`, quantifying reads with `salmon quant`, and consuming the resulting `quant.sf` abundance table in downstream RNA-seq tooling.
The project is tied to the 2017 Nature Methods paper by Patro, Duggal, Love, Irizarry, and Kingsford, which the official docs and README ask users to cite. The original C++ salmon line became a common bulk RNA-seq quantifier, with selective alignment becoming the default mapping strategy from the 1.0.0 line according to the legacy official documentation.
In 2026 the project released salmon 2.0, a from-scratch Rust rewrite. Official release notes say the rewrite kept the familiar `salmon index` to `salmon quant` to `quant.sf` workflow and downstream output formats while moving to a single portable binary and adding an alignment-free `--sketch` mode.
salmon is packaged across multiple package-manager ecosystems in the supplied package facts, including Homebrew, Debian, Ubuntu, and Nix. The official installation docs also document install-script binaries, Cargo, conda/Bioconda, Docker Hub, and GHCR images, reflecting its use in reproducible computational-biology pipelines.
The official docs describe `quant.sf` as directly readable by tximport, tximeta, fishpond, and swish, which is why salmon appears frequently in RNA-seq analysis workflows as a quantification stage rather than as a standalone end-user application.
Typical use is to build an index from transcript FASTA input, quantify single-end or paired-end FASTQ reads against that index, and read transcript-level abundance estimates from `quant.sf`. The CLI also supports transcriptome BAM input, RAD input, bias correction flags, bootstraps or Gibbs samples for uncertainty, gene-level output via a transcript-to-gene map, and `quantmerge` for combining columns across samples.
salmon matters to package maintainers because it sits at the intersection of scientific CLI distribution and performance-sensitive native code. The 2.x Rust rewrite reduced the historic C++ dependency burden while preserving command names and output files, which makes package upgrades easier but still requires users to rebuild old C++ indices.
セキュリティ状態
salmon に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
salmon | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/COMBINE-lab/salmon
インストールメタデータ
| パッケージキー | brew:salmon |
|---|---|
| バージョン | 2.4.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/salmon |
| ホームページ | https://github.com/COMBINE-lab/salmon |
| リポジトリ | https://github.com/COMBINE-lab/salmon |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/COMBINE-lab/salmon/archive/refs/tags/v2.4.1.tar.gz |
| 最終更新 | 2026-07-30T01:26:57Z |
| Pulse | updated |
| ビルド依存関係 | rust |
| 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 | salmon |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
salmon 1.10.2+ds1-1+b5
wicked-fast transcript quantification from RNA-seq data
https://github.com/COMBINE-lab/salmon
sudo apt install salmonsalmon
nix profile install nixpkgs#salmonsalmon 1.10.2+ds1-1build2
wicked-fast transcript quantification from RNA-seq data
https://github.com/COMBINE-lab/salmon
sudo apt install salmonソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.