File: fasta.pxd

package info (click to toggle)
obitools 3.0.1~b26%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,756 kB
  • sloc: ansic: 24,299; python: 657; sh: 27; makefile: 21
file content (10 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
from ..utils cimport bytes2str
from .header cimport HeaderFormat
from cython.view cimport array as cvarray

cdef class FastaFormat:

    cdef HeaderFormat headerFormatter
    
    cdef size_t  sequenceBufferLength
    cdef char*   sequenceBuffer