File: _rassemble.pxd

package info (click to toggle)
obitools 1.2.13%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,652 kB
  • sloc: python: 18,199; ansic: 1,542; makefile: 98
file content (10 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
from obitools.align._nws cimport *

cdef class RightDirectAssemble(NWS):
    cdef double xsmax
    cdef int    xmax

    cdef double doAlignment(self) except? 0
    
cdef class RightReverseAssemble(RightDirectAssemble):    
    pass