Augustus 3.4.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
GBPositions Struct Reference

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< GBFeatureCDS
 
list< GBFeaturemRNA
 

Detailed Description

A genbank data structure with the information about a gene.

Author
Emmanouil Stafilarakis
Mario Stanke
See also
GBSplitter
GBProcessor

The documentation for this struct was generated from the following file: