Augustus 3.4.0
|
A GenBank data processor. More...
#include <genbank.hh>
Public Member Functions | |
GBProcessor (string filename) | |
FileType | fileType () |
GBPositions * | nextPosition () |
Gene * | getGene (GBPositions *pos) |
AnnoSequence * | getAnnoSequence (GBPositions *pos) |
AnnoSequence * | getAnnoSequenceList () |
AnnoSequence * | getSequenceList () |
A GenBank data processor.
GBProcessor::GBProcessor | ( | string | filename | ) |
Constructor
Gene * GBProcessor::getGene | ( | GBPositions * | pos | ) |
Get the gene information of the current data section. param pos A pointer to a GBPosition object with all needed information to build a gene object. return A gene object. see Gene, GBPositions