ssw
ssw copied to clipboard
Python interface for SIMD Smith-Waterman Library
https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/issues/70 There are certain sequence inputs that cause a segfault in the original ssw C code which have been fixed on the source repo. Here, I updated the ssw.c and...
I am using a program (Bamsplit) that relies on ssw to run, and get the following SSW error: ``` File "[...]/bamsplit-master/bamsplit.py", line 266, in main(parsed) File "[...]/bamsplit-master/bamsplit.py", line 235, in...
hi when I pip install ssw ,there is an error : error LNK2001: unresolved external symbol pyinit_libssw LINK : error LNK2001: unresolved external symbol PyInit__libssw build\temp.win-amd64-3.5\Release\src/ssw\_libssw.cp35-win_amd64.lib : fatal error LNK1120:...
just a quick fix to turn the title into header 1 love the package btw, thank you for making it
using the '-' creates an error which is common to represent a gap. It is in my data and is understandable if there is no point in keeping the '-'...
Would it be possible to include in the README.md a set of examples where other features of the ssw functionality can be interfaced with this wrapper? eg. the library allows...