Base class for GenBank and EMBL writers (PRIVATE).
|
_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
|
|
|
|
|
_split_multi_line(self,
text,
max_len)
Returns a list of strings. |
source code
|
|
|
_split_contig(self,
record,
max_len)
Returns a list of strings, splits on commas. |
source code
|
|
Inherited from Interfaces.SequentialSequenceWriter :
__init__ ,
write_file ,
write_footer ,
write_header ,
write_record ,
write_records
Inherited from Interfaces.SequenceWriter :
clean
|