ncbi-datasets-pyclient 18.4.0__py3-none-any.whl → 18.13.0__py3-none-any.whl
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/openapi/__init__.py +603 -250
- ncbi/datasets/openapi/api/bio_sample_api.py +1 -2
- ncbi/datasets/openapi/api/gene_api.py +1331 -1011
- ncbi/datasets/openapi/api/genome_api.py +1129 -1303
- ncbi/datasets/openapi/api/organelle_api.py +1 -2
- ncbi/datasets/openapi/api/prokaryote_api.py +31 -32
- ncbi/datasets/openapi/api/taxonomy_api.py +105 -106
- ncbi/datasets/openapi/api/version_api.py +1 -2
- ncbi/datasets/openapi/api/virus_api.py +772 -830
- ncbi/datasets/openapi/api_client.py +14 -8
- ncbi/datasets/openapi/configuration.py +8 -9
- ncbi/datasets/openapi/exceptions.py +1 -2
- ncbi/datasets/openapi/models/__init__.py +53 -3
- ncbi/datasets/openapi/models/ncbiprotddv2_chain_footprint.py +93 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_query_structure_definition.py +97 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_redundancy_level.py +39 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_sdid_request.py +87 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report.py +121 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report_page.py +99 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_request.py +97 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_sort_by_id.py +51 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report.py +141 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_biounit_chain.py +94 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_experiment.py +89 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_kind.py +42 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_ligand_chain.py +94 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_structure_request.py +89 -0
- ncbi/datasets/openapi/models/ncbiprotddv2_vast_score.py +95 -0
- ncbi/datasets/openapi/models/protobuf_any.py +1 -2
- ncbi/datasets/openapi/models/rpc_status.py +1 -2
- ncbi/datasets/openapi/models/v2_accessions.py +87 -0
- ncbi/datasets/openapi/models/v2_annotation_for_assembly_type.py +2 -3
- ncbi/datasets/openapi/models/v2_annotation_for_organelle_type.py +2 -2
- ncbi/datasets/openapi/models/v2_assembly_accessions.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply_histogram_interval.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_request.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_data_report_draft_request.py +87 -0
- ncbi/datasets/openapi/models/v2_assembly_dataset_availability.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter.py +9 -10
- ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_source.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_version.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_type_material_category.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request.py +5 -6
- ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_dataset_request.py +3 -4
- ncbi/datasets/openapi/models/v2_assembly_dataset_request_resolution.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_links_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link.py +3 -4
- ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link_type.py +3 -3
- ncbi/datasets/openapi/models/v2_assembly_links_request.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_revision_history.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_revision_history_request.py +1 -2
- ncbi/datasets/openapi/models/v2_assembly_sequence_reports_request.py +3 -4
- ncbi/datasets/openapi/models/v2_bio_sample_dataset_reports_request.py +87 -0
- ncbi/datasets/openapi/models/v2_catalog_api_version.py +38 -0
- ncbi/datasets/openapi/models/v2_dataset_request.py +1 -2
- ncbi/datasets/openapi/models/v2_download_summary.py +1 -2
- ncbi/datasets/openapi/models/v2_download_summary_available_files.py +1 -2
- ncbi/datasets/openapi/models/v2_download_summary_dehydrated.py +1 -2
- ncbi/datasets/openapi/models/v2_download_summary_file_summary.py +1 -2
- ncbi/datasets/openapi/models/v2_download_summary_hydrated.py +1 -2
- ncbi/datasets/openapi/models/v2_element_flank_config.py +87 -0
- ncbi/datasets/openapi/models/v2_fasta.py +1 -2
- ncbi/datasets/openapi/models/v2_file_file_type.py +57 -0
- ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply_gene_chromosome_summary.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_chromosome_summary_request.py +89 -0
- ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply_gene_type_and_count.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_request.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_dataset_reports_request.py +20 -9
- ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_content_type.py +1 -3
- ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_symbols_for_taxon.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_dataset_request.py +5 -6
- ncbi/datasets/openapi/models/v2_gene_dataset_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_dataset_request_gene_dataset_report_type.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_links_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link.py +3 -4
- ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link_type.py +2 -2
- ncbi/datasets/openapi/models/v2_gene_links_request.py +1 -2
- ncbi/datasets/openapi/models/v2_gene_pubmed_ids_request.py +87 -0
- ncbi/datasets/openapi/models/v2_gene_pubmed_ids_response.py +87 -0
- ncbi/datasets/openapi/models/v2_gene_type.py +1 -2
- ncbi/datasets/openapi/models/v2_genome_annotation_request.py +5 -6
- ncbi/datasets/openapi/models/v2_genome_annotation_request_annotation_type.py +2 -2
- ncbi/datasets/openapi/models/v2_genome_annotation_request_genome_annotation_table_format.py +1 -2
- ncbi/datasets/openapi/models/v2_genome_annotation_table_summary_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_http_body.py +1 -2
- ncbi/datasets/openapi/models/v2_image_size.py +1 -2
- ncbi/datasets/openapi/models/v2_include_tabular_header.py +1 -2
- ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request.py +96 -0
- ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request_file_type.py +39 -0
- ncbi/datasets/openapi/models/v2_mol_type.py +40 -0
- ncbi/datasets/openapi/models/v2_organelle_download_request.py +1 -2
- ncbi/datasets/openapi/models/v2_organelle_metadata_request.py +7 -8
- ncbi/datasets/openapi/models/v2_organelle_metadata_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_organelle_metadata_request_organelle_table_format.py +1 -2
- ncbi/datasets/openapi/models/v2_organelle_sort.py +3 -4
- ncbi/datasets/openapi/models/v2_organism_query_request.py +5 -6
- ncbi/datasets/openapi/models/v2_organism_query_request_tax_rank_filter.py +1 -2
- ncbi/datasets/openapi/models/v2_organism_query_request_taxon_resource_filter.py +1 -2
- ncbi/datasets/openapi/models/v2_ortholog_request.py +3 -4
- ncbi/datasets/openapi/models/v2_ortholog_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_prokaryote_gene_request.py +1 -2
- ncbi/datasets/openapi/models/v2_prokaryote_gene_request_gene_flank_config.py +1 -2
- ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request.py +96 -0
- ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request_file_type.py +38 -0
- ncbi/datasets/openapi/models/v2_sars2_protein_dataset_request.py +3 -4
- ncbi/datasets/openapi/models/v2_sci_name_and_ids.py +1 -2
- ncbi/datasets/openapi/models/v2_sci_name_and_ids_sci_name_and_id.py +3 -4
- ncbi/datasets/openapi/models/v2_seq_range.py +94 -0
- ncbi/datasets/openapi/models/v2_seq_reply.py +96 -0
- ncbi/datasets/openapi/models/v2_sequence_accession_request.py +1 -2
- ncbi/datasets/openapi/models/v2_sequence_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2_sleep_reply.py +87 -0
- ncbi/datasets/openapi/models/v2_sleep_request.py +89 -0
- ncbi/datasets/openapi/models/v2_sort_direction.py +1 -2
- ncbi/datasets/openapi/models/v2_sort_field.py +3 -4
- ncbi/datasets/openapi/models/v2_table_format.py +1 -2
- ncbi/datasets/openapi/models/v2_tabular_output.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_dataset_request.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_dataset_request_taxonomy_report_type.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_request.py +5 -4
- ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge.py +3 -4
- ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge_child_status.py +2 -2
- ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edges_entry.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_request.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_response.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_image_request.py +3 -4
- ncbi/datasets/openapi/models/v2_taxonomy_links_request.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_links_response.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_links_response_generic_link.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_match.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_metadata_request.py +7 -8
- ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_table_format.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_metadata_response.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_node.py +3 -4
- ncbi/datasets/openapi/models/v2_taxonomy_node_count_by_type.py +3 -4
- ncbi/datasets/openapi/models/v2_taxonomy_related_id_request.py +1 -2
- ncbi/datasets/openapi/models/v2_taxonomy_tax_ids_page.py +1 -2
- ncbi/datasets/openapi/models/v2_version_reply.py +1 -2
- ncbi/datasets/openapi/models/v2_viral_sequence_type.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_annotation_filter.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_annotation_report_request.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_availability.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_availability_request.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_data_report_request.py +3 -4
- ncbi/datasets/openapi/models/v2_virus_data_report_request_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_dataset_filter.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_dataset_report_type.py +1 -2
- ncbi/datasets/openapi/models/v2_virus_dataset_request.py +3 -4
- ncbi/datasets/openapi/models/v2_virus_table_field.py +1 -2
- ncbi/datasets/openapi/models/v2archive_affiliation.py +95 -0
- ncbi/datasets/openapi/models/v2archive_catalog.py +121 -0
- ncbi/datasets/openapi/models/v2archive_location.py +95 -0
- ncbi/datasets/openapi/models/v2archive_modifier.py +90 -0
- ncbi/datasets/openapi/models/v2archive_molecule_type.py +43 -0
- ncbi/datasets/openapi/models/v2archive_name.py +105 -0
- ncbi/datasets/openapi/models/v2archive_nuccore_request.py +87 -0
- ncbi/datasets/openapi/models/v2archive_sequence.py +90 -0
- ncbi/datasets/openapi/models/v2archive_sequence_length_units.py +39 -0
- ncbi/datasets/openapi/models/v2archive_submitter.py +105 -0
- ncbi/datasets/openapi/models/v2archive_taxonomy_node.py +118 -0
- ncbi/datasets/openapi/models/v2archive_taxonomy_subtype.py +77 -0
- ncbi/datasets/openapi/models/v2reports_additional_submitter.py +1 -2
- ncbi/datasets/openapi/models/v2reports_ani_match.py +3 -4
- ncbi/datasets/openapi/models/v2reports_ani_type_category.py +2 -3
- ncbi/datasets/openapi/models/v2reports_annotation.py +1 -2
- ncbi/datasets/openapi/models/v2reports_annotation_info.py +1 -2
- ncbi/datasets/openapi/models/v2reports_assembly_data_report.py +3 -4
- ncbi/datasets/openapi/models/v2reports_assembly_data_report_page.py +3 -4
- ncbi/datasets/openapi/models/v2reports_assembly_info.py +5 -6
- ncbi/datasets/openapi/models/v2reports_assembly_level.py +1 -2
- ncbi/datasets/openapi/models/v2reports_assembly_revision.py +8 -7
- ncbi/datasets/openapi/models/v2reports_assembly_stats.py +4 -3
- ncbi/datasets/openapi/models/v2reports_assembly_status.py +1 -2
- ncbi/datasets/openapi/models/v2reports_atypical_info.py +1 -2
- ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity.py +7 -8
- ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_match_status.py +1 -2
- ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_taxonomy_check_status.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_project.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_project_lineage.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_attribute.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_contact.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_data_report.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_data_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_description.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_descriptor.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_id.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_owner.py +1 -2
- ncbi/datasets/openapi/models/v2reports_bio_sample_status.py +1 -2
- ncbi/datasets/openapi/models/v2reports_busco_stat.py +1 -2
- ncbi/datasets/openapi/models/v2reports_check_m.py +1 -2
- ncbi/datasets/openapi/models/v2reports_classification.py +8 -4
- ncbi/datasets/openapi/models/v2reports_collection_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_conserved_domain.py +1 -2
- ncbi/datasets/openapi/models/v2reports_content_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_count_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_error.py +11 -12
- ncbi/datasets/openapi/models/v2reports_error_assembly_error_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_error_gene_error_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_error_organelle_error_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_error_taxonomy_error_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_error_virus_error_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_feature_counts.py +1 -2
- ncbi/datasets/openapi/models/v2reports_functional_site.py +97 -0
- ncbi/datasets/openapi/models/v2reports_gene_counts.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_data_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_descriptor.py +7 -8
- ncbi/datasets/openapi/models/v2reports_gene_group.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_ontology.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_report_match.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_summary.py +1 -2
- ncbi/datasets/openapi/models/v2reports_gene_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_genome_annotation.py +7 -8
- ncbi/datasets/openapi/models/v2reports_genome_annotation_report_match.py +1 -2
- ncbi/datasets/openapi/models/v2reports_genome_annotation_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_genomic_location.py +1 -2
- ncbi/datasets/openapi/models/v2reports_genomic_region.py +3 -4
- ncbi/datasets/openapi/models/v2reports_genomic_region_genomic_region_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_infraspecific_names.py +1 -2
- ncbi/datasets/openapi/models/v2reports_isolate.py +1 -2
- ncbi/datasets/openapi/models/v2reports_lineage_organism.py +1 -2
- ncbi/datasets/openapi/models/v2reports_linked_assembly.py +3 -4
- ncbi/datasets/openapi/models/v2reports_linked_assembly_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_mature_peptide.py +1 -2
- ncbi/datasets/openapi/models/v2reports_message.py +1 -2
- ncbi/datasets/openapi/models/v2reports_name_and_authority.py +1 -2
- ncbi/datasets/openapi/models/v2reports_name_and_authority_note.py +3 -4
- ncbi/datasets/openapi/models/v2reports_name_and_authority_note_classifier.py +1 -2
- ncbi/datasets/openapi/models/v2reports_name_and_authority_publication.py +1 -2
- ncbi/datasets/openapi/models/v2reports_nomenclature_authority.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle.py +5 -6
- ncbi/datasets/openapi/models/v2reports_organelle_biosample.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle_data_reports.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle_gene_counts.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle_info.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle_topology.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organelle_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_organism.py +1 -2
- ncbi/datasets/openapi/models/v2reports_orientation.py +1 -2
- ncbi/datasets/openapi/models/v2reports_paired_assembly.py +7 -6
- ncbi/datasets/openapi/models/v2reports_process_metadata.py +1 -2
- ncbi/datasets/openapi/models/v2reports_product_descriptor.py +5 -6
- ncbi/datasets/openapi/models/v2reports_prokaryote_gene_location_completeness.py +37 -0
- ncbi/datasets/openapi/models/v2reports_protein.py +1 -2
- ncbi/datasets/openapi/models/v2reports_protein_conserved_domain.py +103 -0
- ncbi/datasets/openapi/models/v2reports_protein_data_report.py +127 -0
- ncbi/datasets/openapi/models/v2reports_protein_data_report_page.py +95 -0
- ncbi/datasets/openapi/models/v2reports_protein_family.py +95 -0
- ncbi/datasets/openapi/models/v2reports_purpose_of_sampling.py +1 -2
- ncbi/datasets/openapi/models/v2reports_range.py +3 -4
- ncbi/datasets/openapi/models/v2reports_rank_type.py +3 -2
- ncbi/datasets/openapi/models/v2reports_reference.py +1 -2
- ncbi/datasets/openapi/models/v2reports_rna_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_seq_range_set.py +1 -2
- ncbi/datasets/openapi/models/v2reports_seq_range_set_fasta.py +1 -2
- ncbi/datasets/openapi/models/v2reports_sequence_info.py +1 -2
- ncbi/datasets/openapi/models/v2reports_sequence_information.py +1 -2
- ncbi/datasets/openapi/models/v2reports_source_database.py +1 -2
- ncbi/datasets/openapi/models/v2reports_tax_data.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_data_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_names_data_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor.py +3 -4
- ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor_citation.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_names_report_match.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_node.py +7 -6
- ncbi/datasets/openapi/models/v2reports_taxonomy_node_count_by_type.py +3 -4
- ncbi/datasets/openapi/models/v2reports_taxonomy_report_match.py +1 -2
- ncbi/datasets/openapi/models/v2reports_taxonomy_type_material.py +1 -2
- ncbi/datasets/openapi/models/v2reports_transcript.py +5 -6
- ncbi/datasets/openapi/models/v2reports_transcript_select_category.py +1 -2
- ncbi/datasets/openapi/models/v2reports_transcript_transcript_type.py +1 -2
- ncbi/datasets/openapi/models/v2reports_transcript_type_count.py +3 -4
- ncbi/datasets/openapi/models/v2reports_type_material.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_annotation_report.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_annotation_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_assembly.py +5 -6
- ncbi/datasets/openapi/models/v2reports_virus_assembly_collection_location.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_assembly_completeness.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_assembly_submitter_info.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_data_report_page.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_gene.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_peptide.py +3 -4
- ncbi/datasets/openapi/models/v2reports_virus_peptide_uni_prot_id.py +1 -2
- ncbi/datasets/openapi/models/v2reports_virus_peptide_viral_peptide_completeness.py +1 -2
- ncbi/datasets/openapi/models/v2reports_warning.py +3 -4
- ncbi/datasets/openapi/models/v2reports_warning_gene_warning_code.py +1 -2
- ncbi/datasets/openapi/models/v2reports_warning_replaced_id.py +1 -2
- ncbi/datasets/openapi/models/v2reports_wgs_info.py +1 -2
- ncbi/datasets/openapi/rest.py +1 -2
- ncbi_datasets_pyclient-18.13.0.dist-info/METADATA +537 -0
- ncbi_datasets_pyclient-18.13.0.dist-info/RECORD +305 -0
- ncbi_datasets_pyclient-18.4.0.dist-info/METADATA +0 -25
- ncbi_datasets_pyclient-18.4.0.dist-info/RECORD +0 -254
- {ncbi_datasets_pyclient-18.4.0.dist-info → ncbi_datasets_pyclient-18.13.0.dist-info}/WHEEL +0 -0
- {ncbi_datasets_pyclient-18.4.0.dist-info → ncbi_datasets_pyclient-18.13.0.dist-info}/licenses/LICENSE +0 -0
- {ncbi_datasets_pyclient-18.4.0.dist-info → ncbi_datasets_pyclient-18.13.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,95 @@
|
|
|
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
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from ncbi.datasets.openapi.models.v2reports_protein_data_report import V2reportsProteinDataReport
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class V2reportsProteinDataReportPage(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
V2reportsProteinDataReportPage
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
reports: Optional[List[V2reportsProteinDataReport]] = None
|
|
31
|
+
__properties: ClassVar[List[str]] = ["reports"]
|
|
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 V2reportsProteinDataReportPage 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
|
+
# override the default output from pydantic by calling `to_dict()` of each item in reports (list)
|
|
73
|
+
_items = []
|
|
74
|
+
if self.reports:
|
|
75
|
+
for _item_reports in self.reports:
|
|
76
|
+
if _item_reports:
|
|
77
|
+
_items.append(_item_reports.to_dict())
|
|
78
|
+
_dict['reports'] = _items
|
|
79
|
+
return _dict
|
|
80
|
+
|
|
81
|
+
@classmethod
|
|
82
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
83
|
+
"""Create an instance of V2reportsProteinDataReportPage from a dict"""
|
|
84
|
+
if obj is None:
|
|
85
|
+
return None
|
|
86
|
+
|
|
87
|
+
if not isinstance(obj, dict):
|
|
88
|
+
return cls.model_validate(obj)
|
|
89
|
+
|
|
90
|
+
_obj = cls.model_validate({
|
|
91
|
+
"reports": [V2reportsProteinDataReport.from_dict(_item) for _item in obj["reports"]] if obj.get("reports") is not None else None
|
|
92
|
+
})
|
|
93
|
+
return _obj
|
|
94
|
+
|
|
95
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
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, 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 V2reportsProteinFamily(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
V2reportsProteinFamily
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
method: Optional[StrictStr] = None
|
|
30
|
+
identifier: Optional[StrictInt] = None
|
|
31
|
+
name: Optional[StrictStr] = None
|
|
32
|
+
description: Optional[StrictStr] = None
|
|
33
|
+
type: Optional[StrictStr] = None
|
|
34
|
+
__properties: ClassVar[List[str]] = ["method", "identifier", "name", "description", "type"]
|
|
35
|
+
|
|
36
|
+
model_config = ConfigDict(
|
|
37
|
+
populate_by_name=True,
|
|
38
|
+
validate_assignment=True,
|
|
39
|
+
protected_namespaces=(),
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def to_str(self) -> str:
|
|
44
|
+
"""Returns the string representation of the model using alias"""
|
|
45
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
+
|
|
47
|
+
def to_json(self) -> str:
|
|
48
|
+
"""Returns the JSON representation of the model using alias"""
|
|
49
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
50
|
+
return json.dumps(self.to_dict())
|
|
51
|
+
|
|
52
|
+
@classmethod
|
|
53
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
+
"""Create an instance of V2reportsProteinFamily from a JSON string"""
|
|
55
|
+
return cls.from_dict(json.loads(json_str))
|
|
56
|
+
|
|
57
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
58
|
+
"""Return the dictionary representation of the model using alias.
|
|
59
|
+
|
|
60
|
+
This has the following differences from calling pydantic's
|
|
61
|
+
`self.model_dump(by_alias=True)`:
|
|
62
|
+
|
|
63
|
+
* `None` is only added to the output dict for nullable fields that
|
|
64
|
+
were set at model initialization. Other fields with value `None`
|
|
65
|
+
are ignored.
|
|
66
|
+
"""
|
|
67
|
+
excluded_fields: Set[str] = set([
|
|
68
|
+
])
|
|
69
|
+
|
|
70
|
+
_dict = self.model_dump(
|
|
71
|
+
by_alias=True,
|
|
72
|
+
exclude=excluded_fields,
|
|
73
|
+
exclude_none=True,
|
|
74
|
+
)
|
|
75
|
+
return _dict
|
|
76
|
+
|
|
77
|
+
@classmethod
|
|
78
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
79
|
+
"""Create an instance of V2reportsProteinFamily from a dict"""
|
|
80
|
+
if obj is None:
|
|
81
|
+
return None
|
|
82
|
+
|
|
83
|
+
if not isinstance(obj, dict):
|
|
84
|
+
return cls.model_validate(obj)
|
|
85
|
+
|
|
86
|
+
_obj = cls.model_validate({
|
|
87
|
+
"method": obj.get("method"),
|
|
88
|
+
"identifier": obj.get("identifier"),
|
|
89
|
+
"name": obj.get("name"),
|
|
90
|
+
"description": obj.get("description"),
|
|
91
|
+
"type": obj.get("type")
|
|
92
|
+
})
|
|
93
|
+
return _obj
|
|
94
|
+
|
|
95
|
+
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -30,7 +29,7 @@ class V2reportsRange(BaseModel):
|
|
|
30
29
|
""" # noqa: E501
|
|
31
30
|
begin: Optional[StrictStr] = None
|
|
32
31
|
end: Optional[StrictStr] = None
|
|
33
|
-
orientation: Optional[V2reportsOrientation] =
|
|
32
|
+
orientation: Optional[V2reportsOrientation] = V2reportsOrientation.NONE
|
|
34
33
|
order: Optional[StrictInt] = None
|
|
35
34
|
ribosomal_slippage: Optional[StrictInt] = None
|
|
36
35
|
__properties: ClassVar[List[str]] = ["begin", "end", "orientation", "order", "ribosomal_slippage"]
|
|
@@ -88,7 +87,7 @@ class V2reportsRange(BaseModel):
|
|
|
88
87
|
_obj = cls.model_validate({
|
|
89
88
|
"begin": obj.get("begin"),
|
|
90
89
|
"end": obj.get("end"),
|
|
91
|
-
"orientation": obj.get("orientation"),
|
|
90
|
+
"orientation": obj.get("orientation") if obj.get("orientation") is not None else V2reportsOrientation.NONE,
|
|
92
91
|
"order": obj.get("order"),
|
|
93
92
|
"ribosomal_slippage": obj.get("ribosomal_slippage")
|
|
94
93
|
})
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -74,6 +73,8 @@ class V2reportsRankType(str, Enum):
|
|
|
74
73
|
FORMA_SPECIALIS = 'FORMA_SPECIALIS'
|
|
75
74
|
SEROGROUP = 'SEROGROUP'
|
|
76
75
|
BIOTYPE = 'BIOTYPE'
|
|
76
|
+
ACELLULAR_ROOT = 'ACELLULAR_ROOT'
|
|
77
|
+
CELLULAR_ROOT = 'CELLULAR_ROOT'
|
|
77
78
|
|
|
78
79
|
@classmethod
|
|
79
80
|
def from_json(cls, json_str: str) -> Self:
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -31,7 +30,7 @@ class V2reportsTaxonomyNamesDescriptor(BaseModel):
|
|
|
31
30
|
V2reportsTaxonomyNamesDescriptor
|
|
32
31
|
""" # noqa: E501
|
|
33
32
|
tax_id: Optional[StrictStr] = None
|
|
34
|
-
rank: Optional[V2reportsRankType] =
|
|
33
|
+
rank: Optional[V2reportsRankType] = V2reportsRankType.NO_RANK
|
|
35
34
|
current_scientific_name: Optional[V2reportsNameAndAuthority] = None
|
|
36
35
|
group_name: Optional[StrictStr] = None
|
|
37
36
|
curator_common_name: Optional[StrictStr] = None
|
|
@@ -104,7 +103,7 @@ class V2reportsTaxonomyNamesDescriptor(BaseModel):
|
|
|
104
103
|
|
|
105
104
|
_obj = cls.model_validate({
|
|
106
105
|
"tax_id": obj.get("tax_id"),
|
|
107
|
-
"rank": obj.get("rank"),
|
|
106
|
+
"rank": obj.get("rank") if obj.get("rank") is not None else V2reportsRankType.NO_RANK,
|
|
108
107
|
"current_scientific_name": V2reportsNameAndAuthority.from_dict(obj["current_scientific_name"]) if obj.get("current_scientific_name") is not None else None,
|
|
109
108
|
"group_name": obj.get("group_name"),
|
|
110
109
|
"curator_common_name": obj.get("curator_common_name"),
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -32,7 +31,7 @@ class V2reportsTaxonomyNode(BaseModel):
|
|
|
32
31
|
V2reportsTaxonomyNode
|
|
33
32
|
""" # noqa: E501
|
|
34
33
|
tax_id: Optional[StrictInt] = None
|
|
35
|
-
rank: Optional[V2reportsRankType] =
|
|
34
|
+
rank: Optional[V2reportsRankType] = V2reportsRankType.NO_RANK
|
|
36
35
|
current_scientific_name: Optional[V2reportsNameAndAuthority] = None
|
|
37
36
|
basionym: Optional[V2reportsNameAndAuthority] = None
|
|
38
37
|
curator_common_name: Optional[StrictStr] = None
|
|
@@ -45,7 +44,8 @@ class V2reportsTaxonomyNode(BaseModel):
|
|
|
45
44
|
genomic_moltype: Optional[StrictStr] = None
|
|
46
45
|
current_scientific_name_is_formal: Optional[StrictBool] = None
|
|
47
46
|
secondary_tax_ids: Optional[List[StrictInt]] = None
|
|
48
|
-
|
|
47
|
+
extinct: Optional[StrictBool] = None
|
|
48
|
+
__properties: ClassVar[List[str]] = ["tax_id", "rank", "current_scientific_name", "basionym", "curator_common_name", "group_name", "has_type_material", "classification", "parents", "children", "counts", "genomic_moltype", "current_scientific_name_is_formal", "secondary_tax_ids", "extinct"]
|
|
49
49
|
|
|
50
50
|
model_config = ConfigDict(
|
|
51
51
|
populate_by_name=True,
|
|
@@ -115,7 +115,7 @@ class V2reportsTaxonomyNode(BaseModel):
|
|
|
115
115
|
|
|
116
116
|
_obj = cls.model_validate({
|
|
117
117
|
"tax_id": obj.get("tax_id"),
|
|
118
|
-
"rank": obj.get("rank"),
|
|
118
|
+
"rank": obj.get("rank") if obj.get("rank") is not None else V2reportsRankType.NO_RANK,
|
|
119
119
|
"current_scientific_name": V2reportsNameAndAuthority.from_dict(obj["current_scientific_name"]) if obj.get("current_scientific_name") is not None else None,
|
|
120
120
|
"basionym": V2reportsNameAndAuthority.from_dict(obj["basionym"]) if obj.get("basionym") is not None else None,
|
|
121
121
|
"curator_common_name": obj.get("curator_common_name"),
|
|
@@ -127,7 +127,8 @@ class V2reportsTaxonomyNode(BaseModel):
|
|
|
127
127
|
"counts": [V2reportsTaxonomyNodeCountByType.from_dict(_item) for _item in obj["counts"]] if obj.get("counts") is not None else None,
|
|
128
128
|
"genomic_moltype": obj.get("genomic_moltype"),
|
|
129
129
|
"current_scientific_name_is_formal": obj.get("current_scientific_name_is_formal"),
|
|
130
|
-
"secondary_tax_ids": obj.get("secondary_tax_ids")
|
|
130
|
+
"secondary_tax_ids": obj.get("secondary_tax_ids"),
|
|
131
|
+
"extinct": obj.get("extinct")
|
|
131
132
|
})
|
|
132
133
|
return _obj
|
|
133
134
|
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -28,7 +27,7 @@ class V2reportsTaxonomyNodeCountByType(BaseModel):
|
|
|
28
27
|
"""
|
|
29
28
|
V2reportsTaxonomyNodeCountByType
|
|
30
29
|
""" # noqa: E501
|
|
31
|
-
type: Optional[V2reportsCountType] =
|
|
30
|
+
type: Optional[V2reportsCountType] = V2reportsCountType.COUNT_TYPE_UNSPECIFIED
|
|
32
31
|
count: Optional[StrictInt] = None
|
|
33
32
|
__properties: ClassVar[List[str]] = ["type", "count"]
|
|
34
33
|
|
|
@@ -83,7 +82,7 @@ class V2reportsTaxonomyNodeCountByType(BaseModel):
|
|
|
83
82
|
return cls.model_validate(obj)
|
|
84
83
|
|
|
85
84
|
_obj = cls.model_validate({
|
|
86
|
-
"type": obj.get("type"),
|
|
85
|
+
"type": obj.get("type") if obj.get("type") is not None else V2reportsCountType.COUNT_TYPE_UNSPECIFIED,
|
|
87
86
|
"count": obj.get("count")
|
|
88
87
|
})
|
|
89
88
|
return _obj
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -39,8 +38,8 @@ class V2reportsTranscript(BaseModel):
|
|
|
39
38
|
genomic_locations: Optional[List[V2reportsGenomicLocation]] = None
|
|
40
39
|
ensembl_transcript: Optional[StrictStr] = None
|
|
41
40
|
protein: Optional[V2reportsProtein] = None
|
|
42
|
-
type: Optional[V2reportsTranscriptTranscriptType] =
|
|
43
|
-
select_category: Optional[V2reportsTranscriptSelectCategory] =
|
|
41
|
+
type: Optional[V2reportsTranscriptTranscriptType] = V2reportsTranscriptTranscriptType.UNKNOWN
|
|
42
|
+
select_category: Optional[V2reportsTranscriptSelectCategory] = V2reportsTranscriptSelectCategory.SELECT_UNKNOWN
|
|
44
43
|
__properties: ClassVar[List[str]] = ["accession_version", "name", "length", "cds", "genomic_locations", "ensembl_transcript", "protein", "type", "select_category"]
|
|
45
44
|
|
|
46
45
|
model_config = ConfigDict(
|
|
@@ -114,8 +113,8 @@ class V2reportsTranscript(BaseModel):
|
|
|
114
113
|
"genomic_locations": [V2reportsGenomicLocation.from_dict(_item) for _item in obj["genomic_locations"]] if obj.get("genomic_locations") is not None else None,
|
|
115
114
|
"ensembl_transcript": obj.get("ensembl_transcript"),
|
|
116
115
|
"protein": V2reportsProtein.from_dict(obj["protein"]) if obj.get("protein") is not None else None,
|
|
117
|
-
"type": obj.get("type"),
|
|
118
|
-
"select_category": obj.get("select_category")
|
|
116
|
+
"type": obj.get("type") if obj.get("type") is not None else V2reportsTranscriptTranscriptType.UNKNOWN,
|
|
117
|
+
"select_category": obj.get("select_category") if obj.get("select_category") is not None else V2reportsTranscriptSelectCategory.SELECT_UNKNOWN
|
|
119
118
|
})
|
|
120
119
|
return _obj
|
|
121
120
|
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
NCBI Datasets API
|
|
5
5
|
|
|
6
|
-
### NCBI Datasets is a resource that lets you easily gather data from NCBI. The Datasets version 2 API is
|
|
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
7
|
|
|
8
8
|
The version of the OpenAPI document: v2
|
|
9
|
-
Contact: help@ncbi.nlm.nih.gov
|
|
10
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
10
|
|
|
12
11
|
Do not edit the class manually.
|