kmer week experiment
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 -jFor 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
If you have clang-format installed on your system, please setup the pre-commit hook:
.scripts/install_hooks.sh
Please use the snakefile to compare latest KMC version with KFC.
snakemake --config color="blue"
snakemake --config color="red"