mgnipy.emgapi_v2_client.models.genome_catalogue_list module#

class mgnipy.emgapi_v2_client.models.genome_catalogue_list.GenomeCatalogueList(catalogue_id, version, name, description, protein_catalogue_description, updated_at, result_directory, unclustered_genome_count, ftp_url, pipeline_version_tag, catalogue_biome_label, catalogue_type, other_stats, downloads, protein_catalogue_name=<mgnipy.emgapi_v2_client.types.Unset object>, genome_count=<mgnipy.emgapi_v2_client.types.Unset object>, biome=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

Parameters:
catalogue_id#
Type:

str

version#
Type:

str

name#
Type:

str

description#
Type:

None | str

protein_catalogue_description#
Type:

None | str

updated_at#
Type:

datetime.datetime

result_directory#
Type:

None | str

unclustered_genome_count#

Total number of genomes in the catalogue, including non-cluster- representatives not available via this API.

Type:

int | None

ftp_url#
Type:

str

pipeline_version_tag#
Type:

str

catalogue_biome_label#
Type:

str

catalogue_type#
Type:

GenomeCatalogueListCatalogueType

other_stats#
Type:

GenomeCatalogueListOtherStatsType0 | None

downloads#
Type:

list [MGnifyGenomeCatalogueDownloadFile]

protein_catalogue_name#
Type:

None | str | Unset

genome_count#
Type:

int | None | Unset

biome#
Type:

Biome | None | Unset

property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
biome: Biome | None | Unset#
catalogue_biome_label: str #
catalogue_id: str #
catalogue_type: GenomeCatalogueListCatalogueType#
description: None | str #
downloads: list [MGnifyGenomeCatalogueDownloadFile]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

ftp_url: str #
genome_count: int | None | Unset#
name: str #
other_stats: GenomeCatalogueListOtherStatsType0 | None #
pipeline_version_tag: str #
protein_catalogue_description: None | str #
protein_catalogue_name: None | str | Unset#
result_directory: None | str #
to_dict()[source]#
Return type:

dict [str , Any ]

unclustered_genome_count: int | None #
updated_at: datetime.datetime #
version: str #