macOS
brew install jellyfishlocal Homebrew formula metadata
brew
Fast, memory-efficient counting of DNA k-mers. Version 2.3.1 via Homebrew; verified 2026-06-19.
install
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
overview
Fast, memory-efficient counting of DNA k-mers
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jellyfish | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/gmarcais/Jellyfish
install metadata
| Package key | brew:jellyfish |
|---|---|
| Version | 2.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/jellyfish |
| Homepage | https://github.com/gmarcais/Jellyfish |
| Repository | https://github.com/gmarcais/Jellyfish |
| Upstream docs | https://github.com/gmarcais/Jellyfish#readme |
| License | BSD-3-Clause OR GPL-3.0-or-later |
| Source archive | https://github.com/gmarcais/Jellyfish/releases/download/v2.3.1/jellyfish-2.3.1.tar.gz |
| Last updated | 2026-06-19T12:31:21-07:00 |
| Pulse | updated |
| Dependencies | htslib |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-jellyfishsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.