seqalign-0.2.0.4: Sequence Alignment

Safe HaskellNone
LanguageHaskell2010

Alignment

Documentation

data KSWR Source

Constructors

KSWR 

cLocalAlign :: CInt -> Ptr Word8 -> CInt -> Ptr Word8 -> CInt -> CInt -> CInt -> Ptr KSWR -> IO () Source