mgnipy.emgapi_v2_client.models.m_gnify_study_detail module#

class mgnipy.emgapi_v2_client.models.m_gnify_study_detail.MGnifyStudyDetail(accession, ena_accessions, title, biome, updated_at, downloads, metadata, first_accession=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

Parameters:
accession#
Type:

str

ena_accessions#
Type:

list [str ]

title#
Type:

str

biome#
Type:

Biome | None

updated_at#
Type:

datetime.datetime

downloads#
Type:

list [MGnifyStudyDownloadFile]

metadata#

Metadata associated with the study, a partial copy of the ENA Study record.

Type:

MGnifyStudyDetailMetadata

first_accession#

Preferred ENA accession for the study (derived from ENA/INSDC accessions)

Type:

None | str | Unset

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

src_dict (Mapping [str , Any ])

Return type:

T

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

dict [str , Any ]

updated_at: datetime.datetime #