Skip to content
forked from wjnjlcn/chtkc

A robust and efficient k-mer counter

License

Notifications You must be signed in to change notification settings

mars-research/chtkc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHTKC

CHTKC is a k-mer counting software written in C language. It is based on a lock-free hash table which uses chaining to resolve collisions.

Installation

The latest release of CHTKC source code can be downloaded from github.

To compile CHTKC, please ensure zlib (to support gzip-compressed inputs) and cmake (version 3.0.2 or higher) are installed on the target system.

The source code can be compiled using:

mkdir build
cd build
cmake ..
make

The build directory will contain two versions of CHTKC binary files:

  • chtkc: normal version.
  • chtkco: optimized version.

Documentation

The documentation of CHTKC can be found here.

License

CHTKC is distributed under GNU GPL 3 license.

About

A robust and efficient k-mer counter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • C++ 1.1%
  • CMake 1.1%