[Biopython] New Feature Idea

Peter Cock p.j.a.cock at googlemail.com
Thu Apr 6 04:12:42 EDT 2023


Hello Olin,

I can recommend the RapidFuzz library which has various high
performance implementations of string comparisons, including the
Hamming distance. I use this for the Levenshtein distance.

https://maxbachmann.github.io/RapidFuzz/index.html
https://github.com/maxbachmann/RapidFuzz
https://doi.org/10.5281/zenodo.5228985

I don't see that adding our own implementation to Biopython adds much?

Peter

On Thu, Apr 6, 2023 at 3:34 AM Olin Johnson <olinlj at icloud.com> wrote:
>
> Howdy!
>
> I’m Olin, and I’m interested in contributing to Biopython. While using Biopython, I had the thought that it might be useful to implement a method that calculates the hamming distance between two DNA sequences. This could be useful for quickly finding mutations. Wondering if this would be a good feature to implement.
> _______________________________________________
> Biopython mailing list  -  Biopython at biopython.org
> https://mailman.open-bio.org/mailman/listinfo/biopython


More information about the Biopython mailing list