mgnipy.emgapi_v2_client.models.genome_catalogue_base module#
- class mgnipy.emgapi_v2_client.models.genome_catalogue_base.GenomeCatalogueBase(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 (str )
version (str )
name (str )
description (None | str )
protein_catalogue_description (None | str )
updated_at (datetime.datetime )
result_directory (None | str )
unclustered_genome_count (int | None)
ftp_url (str )
pipeline_version_tag (str )
catalogue_biome_label (str )
catalogue_type (GenomeCatalogueBaseCatalogueType)
other_stats (GenomeCatalogueBaseOtherStatsType0 | None)
downloads (list [MGnifyGenomeCatalogueDownloadFile])
- updated_at#
- Type:
- unclustered_genome_count#
Total number of genomes in the catalogue, including non-cluster- representatives not available via this API.
- Type:
int | None
- catalogue_type#
- other_stats#
- Type:
- downloads#
- catalogue_type: GenomeCatalogueBaseCatalogueType#
- downloads: list [MGnifyGenomeCatalogueDownloadFile]#
- other_stats: GenomeCatalogueBaseOtherStatsType0 | None #
- updated_at: datetime.datetime #