eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Structures | Variables
FastaReader.h File Reference

Header file for the FastaReader and FastaFile objects. More...

#include "../reader.h"
#include <Python.h>
Include dependency graph for FastaReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  FastaReader
 A reader that reads Fasta files. More...
 
struct  FastaFile
 A file that holds Fasta data. More...
 

Variables

PyTypeObject FastaFileType
 The Python type definition for the FastaFile object.
 
PyTypeObject FastaReaderType
 The Python type definition for the FastaReader object.
 

Detailed Description

Header file for the FastaReader and FastaFile objects.