smarco / WFA-paper

Wavefront alignment algorithm (WFA): Fast and exact gap-affine pairwise alignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build shared library

cschin opened this issue · comments

@smarco Hi, I am adapting WFA to python through rs-wfa. For building python extension, the WFA needed to be complied to shared objects. Do you mind to change the default Makefile so it complied to shared object as well?

Sure, no problem. Feel free to suggest a pull request (this usually speeds up adding small changes).

Cheers,

@smarco thanks. just made a PR