.env.example
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
CITATION.cff
CREDITS.md
Contributing.md
LICENSE
MANIFEST.in
README.md
autogen_clients.sh
pyproject.toml
setup.cfg
setup.py
uv.lock
.github/workflows/README.md
.github/workflows/cicd.yml
.github/workflows/gh-pages.yml
docs/.gitignore
docs/CNAME
docs/Contributing.md
docs/Makefile
docs/README.md
docs/conf.py
docs/index.md
docs/sphinx_build.sh
docs/_static/custom.css
docs/_templates/module.rst.jinja
docs/_templates/package.rst.jinja
docs/_templates/toc.rst.jinja
docs/assets/mgnipy-pres-gif.gif
docs/assets/mgnipy.mp3
docs/assets/mgnipy.svg
docs/assets/mgnipy_figure.gif
docs/notebooks/.jupytext
docs/notebooks/demos/demo-parkinson.ipynb
docs/notebooks/demos/demo-parkinson.py
docs/notebooks/dev/quick-emgapi-v2-client.ipynb
docs/notebooks/dev/quick-emgapi-v2-client.py
docs/notebooks/dev/readme-openapi-python-client.md
docs/notebooks/fundamentals/1_mgnipy_mgnipy.ipynb
docs/notebooks/fundamentals/1_mgnipy_mgnipy.py
docs/notebooks/fundamentals/2_mgnifier_proxies.md
docs/notebooks/fundamentals/3_mgnify_list_biomes.ipynb
docs/notebooks/fundamentals/3_mgnify_list_biomes.py
docs/notebooks/fundamentals/4_mgnipy_config.md
docs/notebooks/fundamentals/5_cache.ipynb
docs/notebooks/fundamentals/5_cache.py
docs/notebooks/fundamentals/6_access_private_data.ipynb
docs/notebooks/fundamentals/6_access_private_data.py
docs/notebooks/fundamentals/7_mgazine.ipynb
docs/notebooks/fundamentals/7_mgazine.py
docs/notebooks/getting-started/1_what_is_mgnipy.md
docs/notebooks/getting-started/2_installation.md
docs/notebooks/getting-started/3_searching_resources.ipynb
docs/notebooks/getting-started/3_searching_resources.py
docs/notebooks/getting-started/4_downloading_data.ipynb
docs/notebooks/getting-started/4_downloading_data.py
mgnipy/__init__.py
mgnipy/cli.py
mgnipy/mgnipy.py
mgnipy.egg-info/PKG-INFO
mgnipy.egg-info/SOURCES.txt
mgnipy.egg-info/dependency_links.txt
mgnipy.egg-info/entry_points.txt
mgnipy.egg-info/requires.txt
mgnipy.egg-info/top_level.txt
mgnipy/V2/__init__.py
mgnipy/V2/core.py
mgnipy/V2/custom_endpoint.py
mgnipy/V2/describe.py
mgnipy/V2/endpoints.py
mgnipy/V2/mixins.py
mgnipy/V2/query_executor.py
mgnipy/V2/query_set.py
mgnipy/V2/datasets/__init__.py
mgnipy/V2/datasets/taxonomic.py
mgnipy/V2/proxies/__init__.py
mgnipy/V2/proxies/analyses.py
mgnipy/V2/proxies/assemblies.py
mgnipy/V2/proxies/biomes.py
mgnipy/V2/proxies/catalogues.py
mgnipy/V2/proxies/genomes.py
mgnipy/V2/proxies/publications.py
mgnipy/V2/proxies/runs.py
mgnipy/V2/proxies/samples.py
mgnipy/V2/proxies/studies.py
mgnipy/_models/config.py
mgnipy/_models/constants/CONSTANTS.py
mgnipy/_shared_helpers/async_helpers.py
mgnipy/_shared_helpers/biosamples_helper.py
mgnipy/_shared_helpers/parsers.py
mgnipy/_shared_helpers/validators.py
mgnipy/_shared_helpers/writers.py
mgnipy/emgapi_v2_client/__init__.py
mgnipy/emgapi_v2_client/client.py
mgnipy/emgapi_v2_client/errors.py
mgnipy/emgapi_v2_client/py.typed
mgnipy/emgapi_v2_client/types.py
mgnipy/emgapi_v2_client/api/__init__.py
mgnipy/emgapi_v2_client/api/analyses/__init__.py
mgnipy/emgapi_v2_client/api/analyses/analysis_get_mgnify_analysis_with_annotations.py
mgnipy/emgapi_v2_client/api/analyses/analysis_get_mgnify_analysis_with_annotations_of_type.py
mgnipy/emgapi_v2_client/api/analyses/get_mgnify_analysis.py
mgnipy/emgapi_v2_client/api/analyses/list_mgnify_analyses.py
mgnipy/emgapi_v2_client/api/assemblies/__init__.py
mgnipy/emgapi_v2_client/api/assemblies/get_assembly.py
mgnipy/emgapi_v2_client/api/assemblies/list_additional_contained_genomes_for_assembly.py
mgnipy/emgapi_v2_client/api/assemblies/list_analyses_for_assembly.py
mgnipy/emgapi_v2_client/api/assemblies/list_assemblies.py
mgnipy/emgapi_v2_client/api/assemblies/list_genome_links_for_assembly.py
mgnipy/emgapi_v2_client/api/authentication/__init__.py
mgnipy/emgapi_v2_client/api/authentication/token_obtain_sliding.py
mgnipy/emgapi_v2_client/api/authentication/token_refresh_sliding.py
mgnipy/emgapi_v2_client/api/authentication/token_verify.py
mgnipy/emgapi_v2_client/api/genomes/__init__.py
mgnipy/emgapi_v2_client/api/genomes/genome_fragment_search.py
mgnipy/emgapi_v2_client/api/genomes/get_genome_annotations.py
mgnipy/emgapi_v2_client/api/genomes/get_genome_catalogue.py
mgnipy/emgapi_v2_client/api/genomes/get_genome_catalogue_genomes.py
mgnipy/emgapi_v2_client/api/genomes/get_mgnify_genome.py
mgnipy/emgapi_v2_client/api/genomes/list_genome_catalogues.py
mgnipy/emgapi_v2_client/api/genomes/list_mgnify_genomes.py
mgnipy/emgapi_v2_client/api/miscellaneous/__init__.py
mgnipy/emgapi_v2_client/api/miscellaneous/list_mgnify_biomes.py
mgnipy/emgapi_v2_client/api/private_data/__init__.py
mgnipy/emgapi_v2_client/api/private_data/list_private_mgnify_studies.py
mgnipy/emgapi_v2_client/api/publications/__init__.py
mgnipy/emgapi_v2_client/api/publications/get_mgnify_publication.py
mgnipy/emgapi_v2_client/api/publications/get_mgnify_publication_annotations.py
mgnipy/emgapi_v2_client/api/publications/list_mgnify_publications.py
mgnipy/emgapi_v2_client/api/runs/__init__.py
mgnipy/emgapi_v2_client/api/runs/get_analysed_run.py
mgnipy/emgapi_v2_client/api/runs/list_analysed_runs.py
mgnipy/emgapi_v2_client/api/runs/list_runs_analyses.py
mgnipy/emgapi_v2_client/api/runs/list_runs_assemblies.py
mgnipy/emgapi_v2_client/api/samples/__init__.py
mgnipy/emgapi_v2_client/api/samples/get_mgnify_sample.py
mgnipy/emgapi_v2_client/api/samples/list_mgnify_samples.py
mgnipy/emgapi_v2_client/api/samples/list_sample_assemblies.py
mgnipy/emgapi_v2_client/api/samples/list_sample_runs.py
mgnipy/emgapi_v2_client/api/studies/__init__.py
mgnipy/emgapi_v2_client/api/studies/get_mgnify_study.py
mgnipy/emgapi_v2_client/api/studies/get_super_study.py
mgnipy/emgapi_v2_client/api/studies/list_mgnify_studies.py
mgnipy/emgapi_v2_client/api/studies/list_mgnify_study_analyses.py
mgnipy/emgapi_v2_client/api/studies/list_mgnify_study_publications.py
mgnipy/emgapi_v2_client/api/studies/list_mgnify_study_samples.py
mgnipy/emgapi_v2_client/api/studies/list_super_studies.py
mgnipy/emgapi_v2_client/models/__init__.py
mgnipy/emgapi_v2_client/models/additional_contained_genome_schema.py
mgnipy/emgapi_v2_client/models/analysed_run.py
mgnipy/emgapi_v2_client/models/analysed_run_detail.py
mgnipy/emgapi_v2_client/models/analysis_get_mgnify_analysis_with_annotations_of_type_m_gnify_functional_analysis_annotation_type.py
mgnipy/emgapi_v2_client/models/annotated_result.py
mgnipy/emgapi_v2_client/models/assembly.py
mgnipy/emgapi_v2_client/models/assembly_detail.py
mgnipy/emgapi_v2_client/models/assembly_detail_metadata_type_0.py
mgnipy/emgapi_v2_client/models/assembly_detail_status_type_0.py
mgnipy/emgapi_v2_client/models/biome.py
mgnipy/emgapi_v2_client/models/biome_list_filters.py
mgnipy/emgapi_v2_client/models/cobs_match.py
mgnipy/emgapi_v2_client/models/download_file_index_file.py
mgnipy/emgapi_v2_client/models/download_file_index_file_index_type.py
mgnipy/emgapi_v2_client/models/download_file_type.py
mgnipy/emgapi_v2_client/models/download_type.py
mgnipy/emgapi_v2_client/models/ena_sample_fields.py
mgnipy/emgapi_v2_client/models/ena_study_fields.py
mgnipy/emgapi_v2_client/models/europe_pmc_annotation.py
mgnipy/emgapi_v2_client/models/europe_pmc_annotation_group.py
mgnipy/emgapi_v2_client/models/europe_pmc_annotation_mention.py
mgnipy/emgapi_v2_client/models/europe_pmc_annotation_tag.py
mgnipy/emgapi_v2_client/models/experiment_types.py
mgnipy/emgapi_v2_client/models/genome_assembly_link_schema.py
mgnipy/emgapi_v2_client/models/genome_catalogue_base.py
mgnipy/emgapi_v2_client/models/genome_catalogue_base_catalogue_type.py
mgnipy/emgapi_v2_client/models/genome_catalogue_base_other_stats_type_0.py
mgnipy/emgapi_v2_client/models/genome_catalogue_detail.py
mgnipy/emgapi_v2_client/models/genome_catalogue_detail_catalogue_type.py
mgnipy/emgapi_v2_client/models/genome_catalogue_detail_other_stats_type_0.py
mgnipy/emgapi_v2_client/models/genome_catalogue_list.py
mgnipy/emgapi_v2_client/models/genome_catalogue_list_catalogue_type.py
mgnipy/emgapi_v2_client/models/genome_catalogue_list_other_stats_type_0.py
mgnipy/emgapi_v2_client/models/genome_detail.py
mgnipy/emgapi_v2_client/models/genome_filters.py
mgnipy/emgapi_v2_client/models/genome_fragment_search_out.py
mgnipy/emgapi_v2_client/models/genome_list.py
mgnipy/emgapi_v2_client/models/genome_schema.py
mgnipy/emgapi_v2_client/models/genome_search_data.py
mgnipy/emgapi_v2_client/models/genome_type.py
mgnipy/emgapi_v2_client/models/genome_with_annotations.py
mgnipy/emgapi_v2_client/models/genome_with_annotations_annotations.py
mgnipy/emgapi_v2_client/models/get_genome_catalogue_genomes_order_type_0.py
mgnipy/emgapi_v2_client/models/input_.py
mgnipy/emgapi_v2_client/models/list_mgnify_genomes_order_type_0.py
mgnipy/emgapi_v2_client/models/list_mgnify_publications_order_type_0.py
mgnipy/emgapi_v2_client/models/list_mgnify_samples_order_type_0.py
mgnipy/emgapi_v2_client/models/list_mgnify_studies_order_type_0.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_detail.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_detail_metadata_type_0.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_detail_quality_control_summary_type_0.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_download_file.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_typed_annotation.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_with_annotations.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_with_annotations_annotations.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_with_annotations_annotations_additional_property_type_1.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_with_annotations_metadata_type_0.py
mgnipy/emgapi_v2_client/models/m_gnify_analysis_with_annotations_quality_control_summary_type_0.py
mgnipy/emgapi_v2_client/models/m_gnify_download_file_index_file.py
mgnipy/emgapi_v2_client/models/m_gnify_download_file_index_file_index_type.py
mgnipy/emgapi_v2_client/models/m_gnify_functional_analysis_annotation_type.py
mgnipy/emgapi_v2_client/models/m_gnify_genome_catalogue_download_file.py
mgnipy/emgapi_v2_client/models/m_gnify_genome_download_file.py
mgnipy/emgapi_v2_client/models/m_gnify_publication.py
mgnipy/emgapi_v2_client/models/m_gnify_publication_detail.py
mgnipy/emgapi_v2_client/models/m_gnify_publication_detail_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_publication_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_sample.py
mgnipy/emgapi_v2_client/models/m_gnify_sample_detail.py
mgnipy/emgapi_v2_client/models/m_gnify_sample_detail_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_sample_with_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_sample_with_metadata_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_study.py
mgnipy/emgapi_v2_client/models/m_gnify_study_detail.py
mgnipy/emgapi_v2_client/models/m_gnify_study_detail_metadata.py
mgnipy/emgapi_v2_client/models/m_gnify_study_download_file.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_additional_contained_genome_schema.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_analysed_run.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_assembly.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_assembly_detail.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_biome.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_genome_assembly_link_schema.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_genome_catalogue_list.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_genome_list.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_analysis.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_analysis_detail.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_analysis_typed_annotation.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_publication.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_sample.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_sample_with_metadata.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_m_gnify_study.py
mgnipy/emgapi_v2_client/models/ninja_pagination_response_schema_super_study.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalaccession_accession_length_length_completeness_completeness_contamination_contamination_num_genomes_total_num_genomes_total.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalaccession_accession_length_length_completeness_completeness_contamination_contamination_num_genomes_total_num_genomes_total_order_type_0.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalaccession_accession_updated_at_updated_at.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalaccession_accession_updated_at_updated_at_order_type_0.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalpublished_year_published_year.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalpublished_year_published_year_order_type_0.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalsample_title_sample_title_updated_at_updated_at.py
mgnipy/emgapi_v2_client/models/order_by_filter_literalsample_title_sample_title_updated_at_updated_at_order_type_0.py
mgnipy/emgapi_v2_client/models/pipeline_versions.py
mgnipy/emgapi_v2_client/models/publication_annotations.py
mgnipy/emgapi_v2_client/models/publication_list_filters.py
mgnipy/emgapi_v2_client/models/run_list_filters.py
mgnipy/emgapi_v2_client/models/sample_list_filters.py
mgnipy/emgapi_v2_client/models/schema.py
mgnipy/emgapi_v2_client/models/study_list_filters.py
mgnipy/emgapi_v2_client/models/super_study.py
mgnipy/emgapi_v2_client/models/super_study_detail.py
mgnipy/emgapi_v2_client/models/token_verify_input_schema.py
mgnipy/emgapi_v2_client/models/webin_token_refresh_request.py
mgnipy/emgapi_v2_client/models/webin_token_request.py
mgnipy/emgapi_v2_client/models/webin_token_response.py
openapi/MGnify API (emgapi_v1).yaml
openapi/config-v1.yaml
openapi/config-v2.yaml
openapi/openapi_v2.json
openapi/preprocess_v2.py
tests/README.md
tests/__init__.py
tests/test_cli.py
tests/test_config.py
tests/test_constants.py
tests/test_datasets.py
tests/test_helpers.py
tests/test_public_api.py
tests/test_results_handler.py
tests/milestones/__init__.py