smarco / WFA2-lib

WFA-lib: Wavefront alignment algorithm library v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature questions

rmhubley opened this issue · comments

Curious if you have plans to extend this to produce local alignments ( e.g. all HSPs above some score threshold ), and scoring matrices?

Agreed. The extension of the WFA to optimal local alignment (like in Smith-Waterman) is not trivial. Notwithstanding, you could do as DAligner does to narrow down local alignments using ends-free alignments around some anchors or seeds (for instance). There are other similar approaches.

Extension to score matrices is perfectly doable. Nevetheless, it requires some technical effort to be implement efficiently. Not among my priorities. But if I get some free time and it is of interest, sure.

Thanks for your quick and thoughtful responses.