mgnipy.emgapi_v2_client.models.study_list_filters module#

class mgnipy.emgapi_v2_client.models.study_list_filters.StudyListFilters(biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, has_analyses_from_pipeline=<mgnipy.emgapi_v2_client.types.Unset object>, search=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

Parameters:
biome_lineage#

The lineage to match, including all descendant biomes

Type:

None | str | Unset

has_analyses_from_pipeline#

If set, will only show studies with analyses from the specified MGnify pipeline version

Type:

None | PipelineVersions | Unset

search#

Search within study titles and accessions

Type:

None | str | Unset

property additional_keys: list [str ]#
additional_properties: dict [str , Any ]#
biome_lineage: None | str | Unset#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

has_analyses_from_pipeline: None | PipelineVersions | Unset#
search: None | str | Unset#
to_dict()[source]#
Return type:

dict [str , Any ]