|
_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
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Interfaces.SequentialSequenceWriter :
__init__ ,
write_file ,
write_footer ,
write_header ,
write_records
Inherited from Interfaces.SequenceWriter :
clean
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|