Hi, I downloaded the software, and use the following command to build it:
mkdir build
cd build
cmake ..
make
But it returns the following error:
CMake Error: File /ext/kmerind/src/config/config.hpp.in does not exist.
Can you suggest the way to build and use it? Thanks!