macOS
brew install jellyfishlocal Homebrew formula metadata
brew
jellyfish のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jellyfishlocal Homebrew formula metadata
sudo apt install jellyfishDebian stable package indexes · jellyfish · ソース: deb.debian.org
nix profile install nixpkgs#jellyfishnixpkgs package indexes · pkgs/by-name/je/jellyfish/package.nix · ソース: api.github.com
概要
Fast, memory-efficient counting of DNA k-mers
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jellyfish | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gmarcais/Jellyfish
インストールメタデータ
| パッケージキー | brew:jellyfish |
|---|---|
| バージョン | 2.3.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jellyfish |
| ホームページ | https://github.com/gmarcais/Jellyfish |
| リポジトリ | https://github.com/gmarcais/Jellyfish |
| 上流ドキュメント | https://github.com/gmarcais/Jellyfish#readme |
| ライセンス | BSD-3-Clause OR GPL-3.0-or-later |
| ソースアーカイブ | https://github.com/gmarcais/Jellyfish/releases/download/v2.3.1/jellyfish-2.3.1.tar.gz |
| 最終更新 | 2026-06-19T12:31:21-07:00 |
| Pulse | updated |
| 依存関係 | htslib |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-jellyfishソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.