macOS
brew install jellyfishlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jellyfish pour les workflows d'agents IA.
installation
brew install jellyfishlocal Homebrew formula metadata
sudo apt install jellyfishDebian stable package indexes · jellyfish · Source: deb.debian.org
nix profile install nixpkgs#jellyfishnixpkgs package indexes · pkgs/by-name/je/jellyfish/package.nix · Source: api.github.com
aperçu
Fast, memory-efficient counting of DNA k-mers
historique
Jellyfish is a fast, memory-efficient k-mer counter for DNA sequence data. The project README and University of Maryland page describe it as a command-line tool that counts k-mers with a compact hash table and compare-and-swap-based parallelism.
Jellyfish originated with Guillaume Marcais and Carl Kingsford's 2011 Bioinformatics paper, which proposed both a new k-mer counting algorithm and its implementation. The README asks researchers to cite that paper and summarizes the design as an order-of-magnitude memory and speed improvement over other k-mer counters.
The University of Maryland project page preserves the version-1 line and notes that Jellyfish 2.0 moved to a new location with enhancements such as support for longer k-mer sizes and better dynamic memory management. The GitHub repository later became the source and release hub for the 2.x codebase.
Jellyfish became a standard packaged bioinformatics utility because k-mer counting is a common preprocessing step in genome assembly, error correction, and sequence analysis. The README documents installation through Debian and Ubuntu apt, Arch AUR, FreeBSD ports, Cygwin or WSL workflows on Windows, and source builds; the batch input also records Homebrew, Debian, Nix, and Ubuntu packages.
Typical use runs jellyfish count on FASTA or multi-FASTA input, then uses commands such as dump, stats, histo, merge, and query to inspect or combine the binary count database. The README also documents C++, Python, Ruby, and Perl bindings for reading Jellyfish output in scripts.
For package nerds, Jellyfish is significant because it is not merely a helper binary; it packages a cited algorithm as a reusable command-line primitive for bioinformatics pipelines. Its presence in general-purpose package managers makes a research-grade k-mer counter available without each workflow vendoring its own build.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
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 |
|---|---|---|---|
jellyfish | cli | exécutable global |
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.
https://github.com/gmarcais/Jellyfish
métadonnées d'installation
| Clé du paquet | brew:jellyfish |
|---|---|
| Version | 2.3.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/jellyfish |
| Page d'accueil | https://github.com/gmarcais/Jellyfish |
| Dépôt | https://github.com/gmarcais/Jellyfish |
| Docs amont | https://github.com/gmarcais/Jellyfish#readme |
| Licence | BSD-3-Clause OR GPL-3.0-or-later |
| Archive source | https://github.com/gmarcais/Jellyfish/releases/download/v2.3.1/jellyfish-2.3.1.tar.gz |
| Dernière mise à jour | 2026-06-19T12:31:21-07:00 |
| Pulse | updated |
| Dépendances | htslib |
| Dépendances de compilation | pkgconf |
| Bouteille | disponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jellyfish |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
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.
jellyfish 2.3.1-4+b1
count k-mers in DNA sequences
https://www.genome.umd.edu/jellyfish.html
sudo apt install jellyfishjellyfish-examples 2.3.1-4
count k-mers in DNA sequences (examples for testing)
https://www.genome.umd.edu/jellyfish.html
sudo apt install jellyfish-exampleslibjellyfish-2.0-2 2.3.1-4+b1
count k-mers in DNA sequences (dynamic library of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-2.0-2libjellyfish-2.0-dev 2.3.1-4+b1
count k-mers in DNA sequences (development files of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-2.0-devlibjellyfish-perl 2.3.1-4+b1
count k-mers in DNA sequences (Perl bindings of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-perlpython3-dna-jellyfish 2.3.1-4+b1
count k-mers in DNA sequences (Python bindings of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install python3-dna-jellyfishjellyfish
nix profile install nixpkgs#jellyfishjellyfish 2.3.1-3build1
count k-mers in DNA sequences
https://www.genome.umd.edu/jellyfish.html
sudo apt install jellyfishjellyfish-examples 2.3.1-3build1
count k-mers in DNA sequences (examples for testing)
https://www.genome.umd.edu/jellyfish.html
sudo apt install jellyfish-exampleslibjellyfish-2.0-2 2.3.1-3build1
count k-mers in DNA sequences (dynamic library of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-2.0-2libjellyfish-2.0-dev 2.3.1-3build1
count k-mers in DNA sequences (development files of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-2.0-devlibjellyfish-perl 2.3.1-3build1
count k-mers in DNA sequences (Perl bindings of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install libjellyfish-perlpython3-dna-jellyfish 2.3.1-3build1
count k-mers in DNA sequences (Python bindings of jellyfish)
https://www.genome.umd.edu/jellyfish.html
sudo apt install python3-dna-jellyfishpiste 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.