How to Install khmer in Ubuntu 18.04



Install khmer by entering the following commands in the terminal:

sudo apt update
sudo apt install khmer

Description:

in-memory DNA sequence kmer counting, filtering & graph traversal

khmer is a library and suite of command line tools for working with DNA sequence. It is primarily aimed at short-read sequencing data such as that produced by the Illumina platform. khmer takes a k-mer-centric approach to sequence analysis, hence the name.

Homepage: http://khmer.readthedocs.org

Version: 2.1.2+dfsg-3

Section: universe/python