mgnipy.emgapi_v2_client.models.genome_with_annotations module#

class mgnipy.emgapi_v2_client.models.genome_with_annotations.GenomeWithAnnotations(accession, annotations)[source]#

Bases: object

Parameters:
accession#
Type:

str

annotations#
Type:

GenomeWithAnnotationsAnnotations

accession: str #
property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
annotations: GenomeWithAnnotationsAnnotations#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

to_dict()[source]#
Return type:

dict [str , Any ]