|
|
__init__(self,
handle,
source=None,
source_version=None,
species=None,
ncbiTaxId=None)
Create Object and start the xml generator. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
_write_species(self,
record)
Write the species if given. |
source code
|
|
|
|
_write_description(self,
record)
Write the description if given. |
source code
|
|
|
|
|
|
|
_write_dbxrefs(self,
record)
Write all database cross references. |
source code
|
|
|
|
_write_properties(self,
record)
Write all annotations that are key value pairs with values of a primitive type or list of primitive types. |
source code
|
|
|
Inherited from Interfaces.SequentialSequenceWriter:
write_file,
write_records
Inherited from Interfaces.SequenceWriter:
clean
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|