mgnipy.emgapi_v2_client.models.m_gnify_study module#

class mgnipy.emgapi_v2_client.models.m_gnify_study.MGnifyStudy(accession, ena_accessions, title, biome, updated_at)[source]#

Bases: object

Parameters:
accession#
Type:

str

ena_accessions#
Type:

list [str ]

title#
Type:

str

biome#
Type:

Biome | None

updated_at#
Type:

datetime.datetime

accession: str #
property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
biome: Biome | None #
ena_accessions: list [str ]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

title: str #
to_dict()[source]#
Return type:

dict [str , Any ]

updated_at: datetime.datetime #