Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

Mention Perl binding in Readme #200

Open wollmers opened 2 years ago

wollmers commented 2 years ago

There is a Perl binding on CPAN: Text::Levenshtein::Edlib

Seems to use an old version of edlib and it didn't install as I tried last on MacOS.

Maybe I will polish it on a "rainy weekend" at least as a convenient test frontend.

Martinsos commented 2 years ago

Hey @wollmers! Thanks for letting me know, it is cool that Edlib exists for Perl! Would you be up for creating a PR that adds it to README?

wollmers commented 2 years ago

@Martinsos

Sure, can do this.

But it would be better, to update the Perl binding to the latest version of edlib. The BioPerl community is still large.

Must contact the developer. If not responding, I can fork it under another name.