You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the --distance option which will write the distance between the sequences to the pairs file when computing overlaps. This is usually the Hamming distance (minimum number of substitutions), unless the --indel (or `-i´) option is specified, in which case the distance is the Levenshtein distance (minimum number of substitutions or indels).
Computing the all-vs-all hamming distances between sequences in a set would be a useful feature, even if it is not very fast.
The text was updated successfully, but these errors were encountered: