macOS
brew install salmonlocal Homebrew formula metadata
brew / rang 9736
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de salmon pour les workflows d'agents IA.
installation
brew install salmonlocal Homebrew formula metadata
sudo apt install salmonDebian stable package indexes · salmon · Source: deb.debian.org
nix profile install nixpkgs#salmonnixpkgs package indexes · pkgs/by-name/sa/salmon/package.nix · Source: api.github.com
aperçu
Transcript-level quantification from RNA-seq reads
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour salmon. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
salmon | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:salmon |
|---|---|
| Version | 2.4.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/COMBINE-lab/salmon |
| Dépôt | https://github.com/COMBINE-lab/salmon |
| Dernière mise à jour | 2026-07-30T01:26:57Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 salmonpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.