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 (str )
title (str )
biome (Biome | None)
updated_at (datetime.datetime )
downloads (list [MGnifyStudyDownloadFile])
metadata (MGnifyStudyDetailMetadata)
- updated_at#
- Type:
- downloads#
- Type:
- metadata#
Metadata associated with the study, a partial copy of the ENA Study record.
- first_accession#
Preferred ENA accession for the study (derived from ENA/INSDC accessions)
- downloads: list [MGnifyStudyDownloadFile]#
- metadata: MGnifyStudyDetailMetadata#
- updated_at: datetime.datetime #