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

Missing table data in paper #204

Open RagnarGrootKoerkamp opened 2 years ago

RagnarGrootKoerkamp commented 2 years ago

In your paper, you write:

As test data, we used real DNA sequences ranging from 10 to 5000 kbp in length and their artificially mutated versions, in order to show how the similarity and length of aligned sequences affect performance.

But the table following that only compares performance on pairs of length 100k and 1M. I am wondering how edlib compares against seqan (and parasail) for shorter sequences (length 100 - 10k). Do you have this comparison data somewhere?