Files
obitools3/python/obitools3/format/fasta.pxd

11 lines
245 B
Cython
Raw Normal View History

from ..utils cimport bytes2str
from .header cimport HeaderFormat
from cython.view cimport array as cvarray
cdef class FastaFormat:
cdef HeaderFormat headerFormater
cdef size_t sequenceBufferLength
2016-07-03 09:18:52 +02:00
cdef char* sequenceBuffer