Table of Contents

KMC

KMC is a disk-based programm for counting k-mers from (possibly gzipped) FASTQ/FASTA files.

Information

Usage

See versions of kmc which are available:

$ module avail kmc

Load one version into your environment and run it:

$ module load kmc/3.1.1
$ kmc

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/refresh-bio/KMC/archive/v3.1.1.tar.gz
$ tar xf v3.1.1.tar.gz
$ cd KMC-3.1.1
$ make
$ sudo mkdir -p /export/apps/kmc/3.1.1/bin
$ sudo cp bin/* /export/apps/kmc/3.1.1/bin