Alignpairedend: added alignment using shifting with best kmer similarity

(low level layer in C and Cython API)
This commit is contained in:
Celine Mercier
2019-01-21 17:30:46 +01:00
parent 59017c0d6b
commit c7f5b8d980
10 changed files with 934 additions and 89 deletions

View File

@ -0,0 +1,4 @@
#cython: language_level=3
cdef object buildAlignment(object direct, object reverse)