PyTypeObject FastaFileType
The Python type definition for the FastaFile object.
Definition FastaReader.c:63
PyTypeObject FastaReaderType
The Python type definition for the FastaReader object.
Definition FastaReader.c:319
header for the reader module
A file that holds Fasta data.
Definition FastaReader.h:43
struct file base
Definition FastaReader.h:44
bool binary
Definition FastaReader.h:45
A reader that reads Fasta files.
Definition FastaReader.h:30
bool binary
Definition FastaReader.h:32
char * title
Definition FastaReader.h:33
size_t title_len
Definition FastaReader.h:34
struct reader base
Definition FastaReader.h:31
File base struct.
Definition reader.h:71
Reader base struct.
Definition reader.h:33