Augustus 3.4.0
|
A genbank data structure with the information about a gene. More...
#include <genbank.hh>
Public Attributes | |
char * | buffer |
The entire information in GenBank format. | |
char * | seqbegin |
Pointer in 'buffer' on the "ORIGIN" position. | |
int | length |
The 'buffer' length. | |
int | seqlength |
list< char * > | CDSentry |
A list of pointers in 'buffer' on the "CDS" positions. | |
list< char * > | mRNAentry |
A list of pointers in 'buffer' on the "mRNA" positions. | |
list< GBFeature > | CDS |
list< GBFeature > | mRNA |
A genbank data structure with the information about a gene.