-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Partial) Hamming distance #35
Comments
Sure. Could you give a code example of what you’d like to to?
…On Thu, Oct 22, 2020 at 11:10 AM Travers ***@***.***> wrote:
I'm looking for a function for partial hamming distance. It looks like it
existed in an earlier version
<https://libraries.io/github/matthieugomez/StringDistances.jl> but was
taken out.
Is it possible to put it back in?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPPPXM3CWIDQPNLVN4FLGLSMBYSXANCNFSM4S3RP3GQ>
.
|
Something simple like:
or
An example use case would be as a first pass in PCR primer design, where a hamming might be more appropriate than levenshtein or other metric. |
The issue is that |
I'm a bit new to Julia, but can you simply name the function something else? The name isn't important, only what it does. Something like |
Ok, I now export a |
I'm looking for a function for partial hamming distance. It looks like it existed in an earlier version but was taken out.
Is it possible to put it back in?
The text was updated successfully, but these errors were encountered: