bugfix: when the number of k-mer is provided in command line by the user, it...
bugfix: when the number of k-mer is provided in command line by the user, it was implicitely converted to unsigned int instead of unsigned long which led to a wrong value for large numbers of k-mets.
Showing
- src/CountMinSketch.hpp 30 additions, 2 deletionssrc/CountMinSketch.hpp
- src/ROCKparams.cpp 5 additions, 3 deletionssrc/ROCKparams.cpp
- src/ROCKparams.h 2 additions, 2 deletionssrc/ROCKparams.h
- src/main_utils.cpp 2 additions, 0 deletionssrc/main_utils.cpp
- src/unit_test_main_utils.cpp 4 additions, 2 deletionssrc/unit_test_main_utils.cpp
Loading
Please register or sign in to comment