Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KFC

kmer week experiment

Build Status

Building

Prior to any compilation, please check your gcc version. It must be 8+.

To build a debug version (default in this early development stage):

git clone https://github.com/Malfoy/KFC.git
cd KFC
make -j

For an optimized build add DEBUG=0 to the make command:

make -j DEBUG=0

For building with optimizations while keeping asserts enabled, use make -j DEBUG=0 ASSERTS=1

Development

If you have clang-format installed on your system, please setup the pre-commit hook:

.scripts/install_hooks.sh

Benchmarks

Please use the snakefile to compare latest KMC version with KFC.

snakemake --config color="blue"
snakemake --config color="red"

About

kmer week experiment

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages