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

results different with usearch and vsearch global alignment #209

Open jianshu93 opened 1 year ago

jianshu93 commented 1 year ago

Hello Team,

I test edlib against usearch -usearch_gloal and vsearch --search_global, which is specifically designed for DNA database search based on global alignment. They use large gap open and extension penalities in sequences and small penalties at both ends, similar to HW mode in some sense but I get very different best hits after sorting by edit distance (sort by identity for usearch and vsearch). normally the best hit is the same while others are not among top 10. Which one is more close to the biological truth?

Thanks,

Jianshu