Create a GenBank Record object from scanner generated information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reference_num(self,
content)
Grab the reference number and signal the start of a new reference. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
primary_ref_line(self,
content)
Data for the PRIMARY line |
source code
|
|
|
|
|
features_line(self,
content)
Get ready for the feature table when we reach the FEATURE line. |
source code
|
|
|
start_feature_table(self)
Signal the start of the feature table. |
source code
|
|
|
feature_key(self,
content)
Grab the key of the feature and signal the start of a new feature. |
source code
|
|
|
|
|
|
|
|
|
feature_qualifier_description(self,
content) |
source code
|
|
|
|
|
|
|
contig_location(self,
content)
Signal that we have contig information to add to the record. |
source code
|
|
|
|
|
record_end(self,
content)
Signal the end of the record and do any necessary clean-up. |
source code
|
|
Inherited from ParserSupport.AbstractConsumer :
__getattr__
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|