How to Install and Uninstall jellyfish Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "jellyfish" package

Here is a brief guide to show you how to install jellyfish on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jellyfish

2. Uninstall "jellyfish" package

Please follow the step by step instructions below to uninstall jellyfish on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jellyfish $ sudo apt autoclean && sudo apt autoremove

3. Information about the jellyfish package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jellyfish
Priority: optional
Section: universe/science
Installed-Size: 570
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 2.2.4-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libjellyfish-2.0-2 (= 2.2.4-2), libstdc++6 (>= 5.2)
Filename: pool/universe/j/jellyfish/jellyfish_2.2.4-2_amd64.deb
Size: 345268
MD5sum: cffac30be95355bfe12ddf1d6c30a1df
SHA1: 2984debfdaeba1fee00f661d5de71e5ea53e4986
SHA256: 807554fa05791e28565d442956f58d90c8bec1cbc99787227b4a68b81c1b01ce
Description-en: count k-mers in DNA sequences
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
Description-md5: 33c2d211a341ae9429c6f8ced355efd0
Homepage: http://www.cbcb.umd.edu/software/jellyfish/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu