|
|
_write_single_line(self,
tag,
text)
Used in the the 'header' of each GenBank record. |
source code
|
|
|
|
_write_multi_line(self,
tag,
text)
Used in the the 'header' of each GenBank record. |
source code
|
|
|
|
|
|
|
|
|
|
_write_the_first_line(self,
record)
Write the LOCUS line. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _write_feature_qualifier(self,
key,
value=None,
quote=None) |
source code
|
|
|
|
_wrap_location(self,
location)
Split a feature location into lines (break at commas). |
source code
|
|
|
|
_write_feature(self,
feature)
Write a single SeqFeature object to features table. |
source code
|
|
|
Inherited from Interfaces.SequentialSequenceWriter:
__init__,
write_file,
write_footer,
write_header,
write_records
Inherited from Interfaces.SequenceWriter:
clean
|