pkg.soopen package index

brew / rang 5669

Installer kallisto avec Homebrew, apt, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de kallisto pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install kallisto

local Homebrew formula metadata

Linux

Debian aptvérifié · 92%
sudo apt install kallisto

Debian stable package indexes · kallisto · Source: deb.debian.org

Nixvérifié · 92%
nix profile install nixpkgs#kallisto

nixpkgs package indexes · pkgs/by-name/ka/kallisto/package.nix · Source: api.github.com

aperçu

Résumé du paquet

Quantify abundances of transcripts from RNA-Seq data

Commandes et alias

  • kallisto

historique

Historique du projet et usages

kallisto is a bioinformatics command-line program for quantifying transcript abundances from RNA-seq and related high-throughput sequencing data. Its significance comes from pseudoalignment: a faster compatibility test between reads and targets that avoids full alignment while retaining the information needed for quantification.

Historique du projet

The public GitHub repository was created on 2014-11-13, and GitHub releases show v0.42 labeled as the first release on 2015-05-06. The 2016 Nature Biotechnology paper by Bray, Pimentel, Melsted, and Pachter introduced kallisto as a near-optimal probabilistic RNA-seq quantification program and described it as much faster than earlier approaches.

The README and manual place the tool in a reproducible scientific workflow: build an index from a transcriptome, run quantification on paired-end or single-end reads, optionally bootstrap estimates, and analyze bulk RNA-seq output with sleuth. The repository also points to scripts for reproducing the paper results, reinforcing its role as both software and a published method.

Later development extended kallisto's neighborhood beyond bulk RNA-seq. The README links kallisto with bustools and the kallisto-bustools ecosystem for preprocessing single-cell RNA-seq data, and releases in the 0.50.x and 0.51.x era reference long-read kallisto work before v0.52.0 restored genomebam and pseudobam functionality in 2026.

Historique d'adoption

kallisto became widely packaged because it occupies a high-value scientific niche: a single executable that made transcript quantification fast enough for routine laptop and cluster workflows. The batch metadata lists Homebrew, Debian, Ubuntu, and Nix packages, while upstream releases provide binaries and source for research environments that pin methods by version.

Its adoption is also tied to downstream method ecosystems. sleuth gave users a statistical analysis path for kallisto-quantified bulk RNA-seq, while bustools and kallisto-bustools made the pseudoalignment idea part of single-cell preprocessing workflows.

Modes d'utilisation

A typical kallisto workflow builds a transcriptome index and then runs `kallisto quant` on sequencing reads to produce abundance estimates. The manual documents related commands such as `index`, `quant`, `bus`, `pseudo`, `merge`, and `h5dump`, making the package useful both for direct quantification and for integration into larger pipelines.

Because kallisto is method software as much as a utility, users often cite the paper, pin the executable version, and keep index-building inputs alongside analysis scripts.

Pourquoi les passionnés de paquets s'y intéressent

kallisto is a classic example of research software crossing into general package managers: it is small enough to install like a normal CLI, but scientifically important enough that packaging, versioning, and binary reproducibility matter.

For package indexes, it also demonstrates the challenge of scientific CLI metadata: the package name is simple, but the real provenance includes a paper, a lab website, release binaries, and companion tools such as sleuth and bustools.

Chronologie

  • 2014: pachterlab/kallisto repository created.
  • 2015: v0.42 first release published on GitHub.
  • 2016: Near-optimal probabilistic RNA-seq quantification paper published in Nature Biotechnology.
  • 2024: v0.51.0 release named lr-kallisto.
  • 2026: v0.52.0 release restored genomebam and pseudobam features.

Related projects

  • sleuth is the companion analysis project for kallisto-quantified bulk RNA-seq output.
  • bustools and kallisto-bustools extend the kallisto ecosystem into single-cell RNA-seq preprocessing.
  • The kallisto paper analysis repository contains scripts for reproducing the published results.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

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

Exécutables installés

CommandeTypeExpositionNote
kallistoexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et 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.

page générée2026-08-03
version du gestionnaire0.52.0
gestionnaire mis à jour2026-08-02
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:kallisto
Version0.52.0
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://pachterlab.github.io/kallisto/
Dépôthttps://github.com/pachterlab/kallisto
Dernière mise à jour2026-08-02T01:26:52+09:00
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

kallisto 0.48.0+dfsg-4+b1

near-optimal RNA-Seq quantification

https://pachterlab.github.io/kallisto

sudo apt install kallisto
  • Section: science
  • Architecture: amd64
  • Source Package: kallisto
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Kallisto
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kallisto from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

kallisto-examples 0.48.0+dfsg-4

near-optimal RNA-Seq quantification (example data)

https://pachterlab.github.io/kallisto

sudo apt install kallisto-examples
  • Section: science
  • Architecture: all
  • Source Package: kallisto
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Kallisto
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kallisto-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

kallisto

nix profile install nixpkgs#kallisto
  • normalized package name match
  • Correspondance par : Kallisto
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ka/kallisto/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

kallisto 0.48.0+dfsg-4build1

near-optimal RNA-Seq quantification

https://pachterlab.github.io/kallisto

sudo apt install kallisto
  • Section: universe/science
  • Architecture: amd64
  • 5 Dépendances
  • normalized package name match
  • Correspondance par : Kallisto
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: kallisto from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

kallisto-examples 0.48.0+dfsg-4build1

near-optimal RNA-Seq quantification (example data)

https://pachterlab.github.io/kallisto

sudo apt install kallisto-examples
  • Section: universe/science
  • Architecture: all
  • Source Package: kallisto
  • 2 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Kallisto
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: kallisto-examples from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation