ncbi-datasets-pyclient 18.14.0__tar.gz → 18.15.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/PKG-INFO +10 -3
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/README.md +9 -2
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/__init__.py +15 -1
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api_client.py +1 -1
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/configuration.py +1 -1
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/__init__.py +7 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_accessions_reply.py +87 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_check_m_histogram_request.py +87 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_data_report_draft_request.py +89 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_data_reports_request.py +87 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_chromosome_location.py +54 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_chromosome_type.py +42 -0
- ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_sequence_accession_request.py +87 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_redundancy_level.py +1 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_request.py +2 -2
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/PKG-INFO +10 -3
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/SOURCES.txt +14 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/pyproject.toml +1 -1
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/setup.py +1 -1
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_accessions_reply.py +53 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_check_m_histogram_request.py +51 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_data_report_draft_request.py +52 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_data_reports_request.py +53 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_chromosome_location.py +33 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_chromosome_type.py +33 -0
- ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_sequence_accession_request.py +51 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/LICENSE +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/__init__.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/__init__.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/__init__.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/bio_sample_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/gene_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/genome_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/organelle_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/prokaryote_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/taxonomy_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/version_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/virus_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/exceptions.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_chain_footprint.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_query_structure_definition.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_sdid_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_sort_by_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_biounit_chain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_experiment.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_kind.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_ligand_chain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_vast_score.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/protobuf_any.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/rpc_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_accessions.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_annotation_for_assembly_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_annotation_for_organelle_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_accessions.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply_histogram_interval.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_data_report_draft_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_availability.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_source.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_version.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_type_material_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_request_resolution.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_revision_history.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_revision_history_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_sequence_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_bio_sample_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_catalog_api_version.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_available_files.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_dehydrated.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_file_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_hydrated.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_element_flank_config.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_fasta.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_file_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply_gene_chromosome_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply_gene_type_and_count.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_symbols_for_taxon.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request_gene_dataset_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_pubmed_ids_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_pubmed_ids_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request_annotation_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request_genome_annotation_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_table_summary_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_http_body.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_image_size.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_include_tabular_header.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_mol_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_download_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request_organelle_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_sort.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request_tax_rank_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request_taxon_resource_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ortholog_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ortholog_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_prokaryote_gene_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_prokaryote_gene_request_gene_flank_config.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sars2_protein_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sci_name_and_ids.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sci_name_and_ids_sci_name_and_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_seq_range.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_seq_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sequence_accession_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sequence_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sleep_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sleep_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sort_direction.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sort_field.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_tabular_output.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_dataset_request_taxonomy_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge_child_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edges_entry.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_response_generic_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_node_count_by_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_related_id_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_tax_ids_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_version_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_viral_sequence_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_annotation_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_annotation_report_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_availability.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_availability_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_data_report_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_data_report_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_table_field.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_affiliation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_catalog.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_modifier.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_molecule_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_name.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_nuccore_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_sequence.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_sequence_length_units.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_submitter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_taxonomy_subtype.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_additional_submitter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_ani_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_ani_type_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_annotation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_annotation_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_level.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_revision.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_stats.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_atypical_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_match_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_taxonomy_check_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_project.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_project_lineage.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_attribute.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_contact.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_description.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_owner.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_busco_stat.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_check_m.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_classification.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_collection_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_conserved_domain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_count_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_assembly_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_gene_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_organelle_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_taxonomy_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_virus_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_feature_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_functional_site.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_group.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_ontology.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_region.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_region_genomic_region_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_infraspecific_names.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_isolate.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_lineage_organism.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_linked_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_linked_assembly_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_mature_peptide.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_message.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_note.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_note_classifier.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_publication.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_nomenclature_authority.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_biosample.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_data_reports.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_gene_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_topology.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organism.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_orientation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_paired_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_process_metadata.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_product_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_prokaryote_gene_location_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_conserved_domain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_family.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_purpose_of_sampling.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_range.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_rank_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_reference.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_rna_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_seq_range_set.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_seq_range_set_fasta.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_sequence_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_sequence_information.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_source_database.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_tax_data.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor_citation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_node_count_by_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_type_material.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_select_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_transcript_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_type_count.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_type_material.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_annotation_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_annotation_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_collection_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_submitter_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_gene.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide_uni_prot_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide_viral_peptide_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning_gene_warning_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning_replaced_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_wgs_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/py.typed +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/rest.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/dependency_links.txt +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/requires.txt +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/top_level.txt +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/setup.cfg +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_bio_sample_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_gene_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_genome_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_chain_footprint.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_query_structure_definition.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_redundancy_level.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_sdid_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_sort_by_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_biounit_chain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_experiment.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_kind.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_ligand_chain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_vast_score.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_organelle_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_prokaryote_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_protobuf_any.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_rpc_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_taxonomy_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_accessions.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_annotation_for_assembly_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_annotation_for_organelle_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_accessions.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_reply_histogram_interval.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_data_report_draft_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_availability.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_assembly_source.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_assembly_version.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_type_material_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_reports_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_request_resolution.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply_assembly_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply_assembly_link_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_revision_history.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_revision_history_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_sequence_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_bio_sample_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_catalog_api_version.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_available_files.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_dehydrated.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_file_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_hydrated.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_element_flank_config.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_fasta.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_file_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_reply_gene_chromosome_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_reply_gene_type_and_count.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request_symbols_for_taxon.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request_gene_dataset_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply_gene_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply_gene_link_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_pubmed_ids_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_pubmed_ids_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request_annotation_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request_genome_annotation_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_table_summary_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_http_body.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_image_size.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_include_tabular_header.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_micro_bigge_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_micro_bigge_dataset_request_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_mol_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_download_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request_organelle_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_sort.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request_tax_rank_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request_taxon_resource_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ortholog_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ortholog_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_prokaryote_gene_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_prokaryote_gene_request_gene_flank_config.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ref_gene_catalog_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ref_gene_catalog_dataset_request_file_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sars2_protein_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sci_name_and_ids.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sci_name_and_ids_sci_name_and_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_seq_range.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_seq_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sequence_accession_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sequence_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sleep_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sleep_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sort_direction.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sort_field.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_tabular_output.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_dataset_request_taxonomy_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edge.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edge_child_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edges_entry.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_metadata_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_response_generic_link.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request_table_format.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_response.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_node_count_by_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_related_id_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_tax_ids_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_version_reply.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_viral_sequence_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_annotation_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_annotation_report_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_availability.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_availability_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_data_report_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_data_report_request_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_filter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_report_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_table_field.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_affiliation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_catalog.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_modifier.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_molecule_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_name.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_nuccore_request.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_sequence.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_sequence_length_units.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_submitter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_taxonomy_subtype.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_additional_submitter.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_ani_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_ani_type_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_annotation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_annotation_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_level.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_revision.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_stats.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_atypical_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity_match_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity_taxonomy_check_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_project.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_project_lineage.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_attribute.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_contact.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_description.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_owner.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_status.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_busco_stat.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_check_m.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_classification.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_collection_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_conserved_domain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_content_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_count_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_assembly_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_gene_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_organelle_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_taxonomy_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_virus_error_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_feature_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_functional_site.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_group.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_ontology.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_summary.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_region.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_region_genomic_region_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_infraspecific_names.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_isolate.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_lineage_organism.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_linked_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_linked_assembly_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_mature_peptide.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_message.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_note.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_note_classifier.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_publication.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_nomenclature_authority.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_biosample.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_data_reports.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_gene_counts.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_topology.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organism.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_orientation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_paired_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_process_metadata.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_product_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_prokaryote_gene_location_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_conserved_domain.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_data_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_family.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_purpose_of_sampling.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_range.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_rank_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_reference.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_rna_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_seq_range_set.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_seq_range_set_fasta.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_sequence_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_sequence_information.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_source_database.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_tax_data.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_descriptor.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_descriptor_citation.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_node.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_node_count_by_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_report_match.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_type_material.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_select_category.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_transcript_type.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_type_count.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_type_material.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_annotation_report.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_annotation_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_collection_location.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_submitter_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_data_report_page.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_gene.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide_uni_prot_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide_viral_peptide_completeness.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning_gene_warning_code.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning_replaced_id.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_wgs_info.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_version_api.py +0 -0
- {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_virus_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ncbi-datasets-pyclient
|
|
3
|
-
Version: 18.
|
|
3
|
+
Version: 18.15.0
|
|
4
4
|
Summary: NCBI Datasets API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: NCBI
|
|
@@ -25,8 +25,8 @@ The NCBI Datasets version 2 API is updated often to add new features, fix bugs,
|
|
|
25
25
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
26
26
|
|
|
27
27
|
- API version: v2
|
|
28
|
-
- Package version: v18.
|
|
29
|
-
- Generator version: 7.
|
|
28
|
+
- Package version: v18.15.0
|
|
29
|
+
- Generator version: 7.19.0
|
|
30
30
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
31
31
|
|
|
32
32
|
## Requirements.
|
|
@@ -227,6 +227,13 @@ Class | Method | HTTP request | Description
|
|
|
227
227
|
|
|
228
228
|
## Documentation For Models
|
|
229
229
|
|
|
230
|
+
- [Ncbigsupgcolv2AssemblyAccessionsReply](docs/Ncbigsupgcolv2AssemblyAccessionsReply.md)
|
|
231
|
+
- [Ncbigsupgcolv2AssemblyCheckMHistogramRequest](docs/Ncbigsupgcolv2AssemblyCheckMHistogramRequest.md)
|
|
232
|
+
- [Ncbigsupgcolv2AssemblyDataReportDraftRequest](docs/Ncbigsupgcolv2AssemblyDataReportDraftRequest.md)
|
|
233
|
+
- [Ncbigsupgcolv2AssemblyDataReportsRequest](docs/Ncbigsupgcolv2AssemblyDataReportsRequest.md)
|
|
234
|
+
- [Ncbigsupgcolv2ChromosomeLocation](docs/Ncbigsupgcolv2ChromosomeLocation.md)
|
|
235
|
+
- [Ncbigsupgcolv2ChromosomeType](docs/Ncbigsupgcolv2ChromosomeType.md)
|
|
236
|
+
- [Ncbigsupgcolv2SequenceAccessionRequest](docs/Ncbigsupgcolv2SequenceAccessionRequest.md)
|
|
230
237
|
- [Ncbiprotddv2ChainFootprint](docs/Ncbiprotddv2ChainFootprint.md)
|
|
231
238
|
- [Ncbiprotddv2QueryStructureDefinition](docs/Ncbiprotddv2QueryStructureDefinition.md)
|
|
232
239
|
- [Ncbiprotddv2RedundancyLevel](docs/Ncbiprotddv2RedundancyLevel.md)
|
|
@@ -6,8 +6,8 @@ The NCBI Datasets version 2 API is updated often to add new features, fix bugs,
|
|
|
6
6
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
7
|
|
|
8
8
|
- API version: v2
|
|
9
|
-
- Package version: v18.
|
|
10
|
-
- Generator version: 7.
|
|
9
|
+
- Package version: v18.15.0
|
|
10
|
+
- Generator version: 7.19.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
12
12
|
|
|
13
13
|
## Requirements.
|
|
@@ -208,6 +208,13 @@ Class | Method | HTTP request | Description
|
|
|
208
208
|
|
|
209
209
|
## Documentation For Models
|
|
210
210
|
|
|
211
|
+
- [Ncbigsupgcolv2AssemblyAccessionsReply](docs/Ncbigsupgcolv2AssemblyAccessionsReply.md)
|
|
212
|
+
- [Ncbigsupgcolv2AssemblyCheckMHistogramRequest](docs/Ncbigsupgcolv2AssemblyCheckMHistogramRequest.md)
|
|
213
|
+
- [Ncbigsupgcolv2AssemblyDataReportDraftRequest](docs/Ncbigsupgcolv2AssemblyDataReportDraftRequest.md)
|
|
214
|
+
- [Ncbigsupgcolv2AssemblyDataReportsRequest](docs/Ncbigsupgcolv2AssemblyDataReportsRequest.md)
|
|
215
|
+
- [Ncbigsupgcolv2ChromosomeLocation](docs/Ncbigsupgcolv2ChromosomeLocation.md)
|
|
216
|
+
- [Ncbigsupgcolv2ChromosomeType](docs/Ncbigsupgcolv2ChromosomeType.md)
|
|
217
|
+
- [Ncbigsupgcolv2SequenceAccessionRequest](docs/Ncbigsupgcolv2SequenceAccessionRequest.md)
|
|
211
218
|
- [Ncbiprotddv2ChainFootprint](docs/Ncbiprotddv2ChainFootprint.md)
|
|
212
219
|
- [Ncbiprotddv2QueryStructureDefinition](docs/Ncbiprotddv2QueryStructureDefinition.md)
|
|
213
220
|
- [Ncbiprotddv2RedundancyLevel](docs/Ncbiprotddv2RedundancyLevel.md)
|
{ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/__init__.py
RENAMED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v18.
|
|
17
|
+
__version__ = "v18.15.0"
|
|
18
18
|
|
|
19
19
|
# Define package exports
|
|
20
20
|
__all__ = [
|
|
@@ -35,6 +35,13 @@ __all__ = [
|
|
|
35
35
|
"ApiKeyError",
|
|
36
36
|
"ApiAttributeError",
|
|
37
37
|
"ApiException",
|
|
38
|
+
"Ncbigsupgcolv2AssemblyAccessionsReply",
|
|
39
|
+
"Ncbigsupgcolv2AssemblyCheckMHistogramRequest",
|
|
40
|
+
"Ncbigsupgcolv2AssemblyDataReportDraftRequest",
|
|
41
|
+
"Ncbigsupgcolv2AssemblyDataReportsRequest",
|
|
42
|
+
"Ncbigsupgcolv2ChromosomeLocation",
|
|
43
|
+
"Ncbigsupgcolv2ChromosomeType",
|
|
44
|
+
"Ncbigsupgcolv2SequenceAccessionRequest",
|
|
38
45
|
"Ncbiprotddv2ChainFootprint",
|
|
39
46
|
"Ncbiprotddv2QueryStructureDefinition",
|
|
40
47
|
"Ncbiprotddv2RedundancyLevel",
|
|
@@ -340,6 +347,13 @@ from ncbi.datasets.openapi.exceptions import ApiAttributeError as ApiAttributeEr
|
|
|
340
347
|
from ncbi.datasets.openapi.exceptions import ApiException as ApiException
|
|
341
348
|
|
|
342
349
|
# import models into sdk package
|
|
350
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_accessions_reply import Ncbigsupgcolv2AssemblyAccessionsReply as Ncbigsupgcolv2AssemblyAccessionsReply
|
|
351
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_check_m_histogram_request import Ncbigsupgcolv2AssemblyCheckMHistogramRequest as Ncbigsupgcolv2AssemblyCheckMHistogramRequest
|
|
352
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_report_draft_request import Ncbigsupgcolv2AssemblyDataReportDraftRequest as Ncbigsupgcolv2AssemblyDataReportDraftRequest
|
|
353
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_reports_request import Ncbigsupgcolv2AssemblyDataReportsRequest as Ncbigsupgcolv2AssemblyDataReportsRequest
|
|
354
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_location import Ncbigsupgcolv2ChromosomeLocation as Ncbigsupgcolv2ChromosomeLocation
|
|
355
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_type import Ncbigsupgcolv2ChromosomeType as Ncbigsupgcolv2ChromosomeType
|
|
356
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_sequence_accession_request import Ncbigsupgcolv2SequenceAccessionRequest as Ncbigsupgcolv2SequenceAccessionRequest
|
|
343
357
|
from ncbi.datasets.openapi.models.ncbiprotddv2_chain_footprint import Ncbiprotddv2ChainFootprint as Ncbiprotddv2ChainFootprint
|
|
344
358
|
from ncbi.datasets.openapi.models.ncbiprotddv2_query_structure_definition import Ncbiprotddv2QueryStructureDefinition as Ncbiprotddv2QueryStructureDefinition
|
|
345
359
|
from ncbi.datasets.openapi.models.ncbiprotddv2_redundancy_level import Ncbiprotddv2RedundancyLevel as Ncbiprotddv2RedundancyLevel
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/v18.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/v18.15.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -546,7 +546,7 @@ conf = ncbi.datasets.openapi.Configuration(
|
|
|
546
546
|
"OS: {env}\n"\
|
|
547
547
|
"Python Version: {pyversion}\n"\
|
|
548
548
|
"Version of the API: v2\n"\
|
|
549
|
-
"SDK Package Version: v18.
|
|
549
|
+
"SDK Package Version: v18.15.0".\
|
|
550
550
|
format(env=sys.platform, pyversion=sys.version)
|
|
551
551
|
|
|
552
552
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
""" # noqa: E501
|
|
14
14
|
|
|
15
15
|
# import models into model package
|
|
16
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_accessions_reply import Ncbigsupgcolv2AssemblyAccessionsReply
|
|
17
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_check_m_histogram_request import Ncbigsupgcolv2AssemblyCheckMHistogramRequest
|
|
18
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_report_draft_request import Ncbigsupgcolv2AssemblyDataReportDraftRequest
|
|
19
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_reports_request import Ncbigsupgcolv2AssemblyDataReportsRequest
|
|
20
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_location import Ncbigsupgcolv2ChromosomeLocation
|
|
21
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_type import Ncbigsupgcolv2ChromosomeType
|
|
22
|
+
from ncbi.datasets.openapi.models.ncbigsupgcolv2_sequence_accession_request import Ncbigsupgcolv2SequenceAccessionRequest
|
|
16
23
|
from ncbi.datasets.openapi.models.ncbiprotddv2_chain_footprint import Ncbiprotddv2ChainFootprint
|
|
17
24
|
from ncbi.datasets.openapi.models.ncbiprotddv2_query_structure_definition import Ncbiprotddv2QueryStructureDefinition
|
|
18
25
|
from ncbi.datasets.openapi.models.ncbiprotddv2_redundancy_level import Ncbiprotddv2RedundancyLevel
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class Ncbigsupgcolv2AssemblyAccessionsReply(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
Ncbigsupgcolv2AssemblyAccessionsReply
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
accession: Optional[List[StrictStr]] = None
|
|
30
|
+
__properties: ClassVar[List[str]] = ["accession"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyAccessionsReply from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyAccessionsReply from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"accession": obj.get("accession")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictInt
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class Ncbigsupgcolv2AssemblyCheckMHistogramRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
Ncbigsupgcolv2AssemblyCheckMHistogramRequest
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
tax_id: Optional[StrictInt] = None
|
|
30
|
+
__properties: ClassVar[List[str]] = ["tax_id"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyCheckMHistogramRequest from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyCheckMHistogramRequest from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"tax_id": obj.get("tax_id")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class Ncbigsupgcolv2AssemblyDataReportDraftRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
Ncbigsupgcolv2AssemblyDataReportDraftRequest
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
accession: Optional[StrictStr] = None
|
|
30
|
+
bypass_cache: Optional[StrictStr] = Field(default=None, alias="_bypass_cache")
|
|
31
|
+
__properties: ClassVar[List[str]] = ["accession", "_bypass_cache"]
|
|
32
|
+
|
|
33
|
+
model_config = ConfigDict(
|
|
34
|
+
populate_by_name=True,
|
|
35
|
+
validate_assignment=True,
|
|
36
|
+
protected_namespaces=(),
|
|
37
|
+
)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def to_str(self) -> str:
|
|
41
|
+
"""Returns the string representation of the model using alias"""
|
|
42
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
43
|
+
|
|
44
|
+
def to_json(self) -> str:
|
|
45
|
+
"""Returns the JSON representation of the model using alias"""
|
|
46
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
47
|
+
return json.dumps(self.to_dict())
|
|
48
|
+
|
|
49
|
+
@classmethod
|
|
50
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
51
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyDataReportDraftRequest from a JSON string"""
|
|
52
|
+
return cls.from_dict(json.loads(json_str))
|
|
53
|
+
|
|
54
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
55
|
+
"""Return the dictionary representation of the model using alias.
|
|
56
|
+
|
|
57
|
+
This has the following differences from calling pydantic's
|
|
58
|
+
`self.model_dump(by_alias=True)`:
|
|
59
|
+
|
|
60
|
+
* `None` is only added to the output dict for nullable fields that
|
|
61
|
+
were set at model initialization. Other fields with value `None`
|
|
62
|
+
are ignored.
|
|
63
|
+
"""
|
|
64
|
+
excluded_fields: Set[str] = set([
|
|
65
|
+
])
|
|
66
|
+
|
|
67
|
+
_dict = self.model_dump(
|
|
68
|
+
by_alias=True,
|
|
69
|
+
exclude=excluded_fields,
|
|
70
|
+
exclude_none=True,
|
|
71
|
+
)
|
|
72
|
+
return _dict
|
|
73
|
+
|
|
74
|
+
@classmethod
|
|
75
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
76
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyDataReportDraftRequest from a dict"""
|
|
77
|
+
if obj is None:
|
|
78
|
+
return None
|
|
79
|
+
|
|
80
|
+
if not isinstance(obj, dict):
|
|
81
|
+
return cls.model_validate(obj)
|
|
82
|
+
|
|
83
|
+
_obj = cls.model_validate({
|
|
84
|
+
"accession": obj.get("accession"),
|
|
85
|
+
"_bypass_cache": obj.get("_bypass_cache")
|
|
86
|
+
})
|
|
87
|
+
return _obj
|
|
88
|
+
|
|
89
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class Ncbigsupgcolv2AssemblyDataReportsRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
Ncbigsupgcolv2AssemblyDataReportsRequest
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
accessions: Optional[List[StrictStr]] = None
|
|
30
|
+
__properties: ClassVar[List[str]] = ["accessions"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyDataReportsRequest from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of Ncbigsupgcolv2AssemblyDataReportsRequest from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"accessions": obj.get("accessions")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|
ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_chromosome_location.py
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import json
|
|
17
|
+
from enum import Enum
|
|
18
|
+
from typing_extensions import Self
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class Ncbigsupgcolv2ChromosomeLocation(str, Enum):
|
|
22
|
+
"""
|
|
23
|
+
Ncbigsupgcolv2ChromosomeLocation
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
"""
|
|
27
|
+
allowed enum values
|
|
28
|
+
"""
|
|
29
|
+
LOCATION_UNKNOWN = 'LOCATION_UNKNOWN'
|
|
30
|
+
APICOPLAST = 'APICOPLAST'
|
|
31
|
+
CHLOROPLAST = 'CHLOROPLAST'
|
|
32
|
+
CHROMATOPHORE = 'CHROMATOPHORE'
|
|
33
|
+
CHROMOPLAST = 'CHROMOPLAST'
|
|
34
|
+
CYANELLE = 'CYANELLE'
|
|
35
|
+
HYDROGENOSOME = 'HYDROGENOSOME'
|
|
36
|
+
KINETOPLAST = 'KINETOPLAST'
|
|
37
|
+
LEUCOPLAST = 'LEUCOPLAST'
|
|
38
|
+
MACRONUCLEAR = 'MACRONUCLEAR'
|
|
39
|
+
MITOCHONDRION = 'MITOCHONDRION'
|
|
40
|
+
NUCLEARPROKARYOTE = 'NUCLEARPROKARYOTE'
|
|
41
|
+
NUCLEOMORPH = 'NUCLEOMORPH'
|
|
42
|
+
OTHER_LOCATION = 'OTHER_LOCATION'
|
|
43
|
+
PLASTID = 'PLASTID'
|
|
44
|
+
PROPLASTID = 'PROPLASTID'
|
|
45
|
+
PROVIRALPROPHAGE = 'PROVIRALPROPHAGE'
|
|
46
|
+
VIRIONPHAGE = 'VIRIONPHAGE'
|
|
47
|
+
VIROID = 'VIROID'
|
|
48
|
+
|
|
49
|
+
@classmethod
|
|
50
|
+
def from_json(cls, json_str: str) -> Self:
|
|
51
|
+
"""Create an instance of Ncbigsupgcolv2ChromosomeLocation from a JSON string"""
|
|
52
|
+
return cls(json.loads(json_str))
|
|
53
|
+
|
|
54
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import json
|
|
17
|
+
from enum import Enum
|
|
18
|
+
from typing_extensions import Self
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class Ncbigsupgcolv2ChromosomeType(str, Enum):
|
|
22
|
+
"""
|
|
23
|
+
Ncbigsupgcolv2ChromosomeType
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
"""
|
|
27
|
+
allowed enum values
|
|
28
|
+
"""
|
|
29
|
+
TYPE_UNKNOWN = 'TYPE_UNKNOWN'
|
|
30
|
+
CHROMOSOME = 'CHROMOSOME'
|
|
31
|
+
EXTRACHROM = 'EXTRACHROM'
|
|
32
|
+
LINKAGEGROUP = 'LINKAGEGROUP'
|
|
33
|
+
OTHER_TYPE = 'OTHER_TYPE'
|
|
34
|
+
PLASMID = 'PLASMID'
|
|
35
|
+
SEGMENT = 'SEGMENT'
|
|
36
|
+
|
|
37
|
+
@classmethod
|
|
38
|
+
def from_json(cls, json_str: str) -> Self:
|
|
39
|
+
"""Create an instance of Ncbigsupgcolv2ChromosomeType from a JSON string"""
|
|
40
|
+
return cls(json.loads(json_str))
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
NCBI Datasets API
|
|
5
|
+
|
|
6
|
+
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: v2
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class Ncbigsupgcolv2SequenceAccessionRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
Ncbigsupgcolv2SequenceAccessionRequest
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
accession: Optional[StrictStr] = None
|
|
30
|
+
__properties: ClassVar[List[str]] = ["accession"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of Ncbigsupgcolv2SequenceAccessionRequest from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of Ncbigsupgcolv2SequenceAccessionRequest from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"accession": obj.get("accession")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|