BIO-DIKU / klust

Efficient DNA/RNA sequence clustering using *k*-mers as an approximation for sequence similarity.
GNU General Public License v2.0
3 stars 2 forks source link

cleanup levenshtein and fix cpplint warnings #53

Closed AndreasDahl closed 8 years ago

AndreasDahl commented 8 years ago

fixes #44

Please let me know if there is anything more to be done.

Note that i deliberately did not split the function into sub-functions. I strongly agree with what @Chrikomu said at our meeting about not leaving the scope of a new until it has been deleted if possible. If you disagree i will be happy to pick up the discussion.

Chrikomu commented 8 years ago

Please use #include <cctype> in levenshtein.cc, which is where tolower(int) is defined.

AndreasDahl commented 8 years ago

I can't stop commiting! :grimacing: