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,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 V2AssemblyDataReportDraftRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
V2AssemblyDataReportDraftRequest
|
|
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 V2AssemblyDataReportDraftRequest 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 V2AssemblyDataReportDraftRequest 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
|
+
|
|
@@ -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.
|
|
@@ -34,20 +33,20 @@ class V2AssemblyDatasetDescriptorsFilter(BaseModel):
|
|
|
34
33
|
V2AssemblyDatasetDescriptorsFilter
|
|
35
34
|
""" # noqa: E501
|
|
36
35
|
reference_only: Optional[StrictBool] = None
|
|
37
|
-
assembly_source: Optional[V2AssemblyDatasetDescriptorsFilterAssemblySource] =
|
|
36
|
+
assembly_source: Optional[V2AssemblyDatasetDescriptorsFilterAssemblySource] = V2AssemblyDatasetDescriptorsFilterAssemblySource.ALL
|
|
38
37
|
has_annotation: Optional[StrictBool] = None
|
|
39
38
|
exclude_paired_reports: Optional[StrictBool] = None
|
|
40
39
|
exclude_atypical: Optional[StrictBool] = None
|
|
41
|
-
assembly_version: Optional[V2AssemblyDatasetDescriptorsFilterAssemblyVersion] =
|
|
40
|
+
assembly_version: Optional[V2AssemblyDatasetDescriptorsFilterAssemblyVersion] = V2AssemblyDatasetDescriptorsFilterAssemblyVersion.CURRENT
|
|
42
41
|
assembly_level: Optional[List[V2reportsAssemblyLevel]] = None
|
|
43
42
|
first_release_date: Optional[datetime] = None
|
|
44
43
|
last_release_date: Optional[datetime] = None
|
|
45
44
|
search_text: Optional[List[StrictStr]] = None
|
|
46
|
-
is_metagenome_derived: Optional[V2AssemblyDatasetDescriptorsFilterMetagenomeDerivedFilter] =
|
|
45
|
+
is_metagenome_derived: Optional[V2AssemblyDatasetDescriptorsFilterMetagenomeDerivedFilter] = V2AssemblyDatasetDescriptorsFilterMetagenomeDerivedFilter.METAGENOME_DERIVED_UNSET
|
|
47
46
|
is_type_material: Optional[StrictBool] = None
|
|
48
47
|
is_ictv_exemplar: Optional[StrictBool] = None
|
|
49
48
|
exclude_multi_isolate: Optional[StrictBool] = None
|
|
50
|
-
type_material_category: Optional[V2AssemblyDatasetDescriptorsFilterTypeMaterialCategory] =
|
|
49
|
+
type_material_category: Optional[V2AssemblyDatasetDescriptorsFilterTypeMaterialCategory] = V2AssemblyDatasetDescriptorsFilterTypeMaterialCategory.NONE
|
|
51
50
|
__properties: ClassVar[List[str]] = ["reference_only", "assembly_source", "has_annotation", "exclude_paired_reports", "exclude_atypical", "assembly_version", "assembly_level", "first_release_date", "last_release_date", "search_text", "is_metagenome_derived", "is_type_material", "is_ictv_exemplar", "exclude_multi_isolate", "type_material_category"]
|
|
52
51
|
|
|
53
52
|
model_config = ConfigDict(
|
|
@@ -102,20 +101,20 @@ class V2AssemblyDatasetDescriptorsFilter(BaseModel):
|
|
|
102
101
|
|
|
103
102
|
_obj = cls.model_validate({
|
|
104
103
|
"reference_only": obj.get("reference_only"),
|
|
105
|
-
"assembly_source": obj.get("assembly_source"),
|
|
104
|
+
"assembly_source": obj.get("assembly_source") if obj.get("assembly_source") is not None else V2AssemblyDatasetDescriptorsFilterAssemblySource.ALL,
|
|
106
105
|
"has_annotation": obj.get("has_annotation"),
|
|
107
106
|
"exclude_paired_reports": obj.get("exclude_paired_reports"),
|
|
108
107
|
"exclude_atypical": obj.get("exclude_atypical"),
|
|
109
|
-
"assembly_version": obj.get("assembly_version"),
|
|
108
|
+
"assembly_version": obj.get("assembly_version") if obj.get("assembly_version") is not None else V2AssemblyDatasetDescriptorsFilterAssemblyVersion.CURRENT,
|
|
110
109
|
"assembly_level": obj.get("assembly_level"),
|
|
111
110
|
"first_release_date": obj.get("first_release_date"),
|
|
112
111
|
"last_release_date": obj.get("last_release_date"),
|
|
113
112
|
"search_text": obj.get("search_text"),
|
|
114
|
-
"is_metagenome_derived": obj.get("is_metagenome_derived"),
|
|
113
|
+
"is_metagenome_derived": obj.get("is_metagenome_derived") if obj.get("is_metagenome_derived") is not None else V2AssemblyDatasetDescriptorsFilterMetagenomeDerivedFilter.METAGENOME_DERIVED_UNSET,
|
|
115
114
|
"is_type_material": obj.get("is_type_material"),
|
|
116
115
|
"is_ictv_exemplar": obj.get("is_ictv_exemplar"),
|
|
117
116
|
"exclude_multi_isolate": obj.get("exclude_multi_isolate"),
|
|
118
|
-
"type_material_category": obj.get("type_material_category")
|
|
117
|
+
"type_material_category": obj.get("type_material_category") if obj.get("type_material_category") is not None else V2AssemblyDatasetDescriptorsFilterTypeMaterialCategory.NONE
|
|
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.
|
ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py
CHANGED
|
@@ -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.
|
ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_type_material_category.py
CHANGED
|
@@ -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.
|
|
@@ -41,11 +40,11 @@ class V2AssemblyDatasetReportsRequest(BaseModel):
|
|
|
41
40
|
tax_exact_match: Optional[StrictBool] = None
|
|
42
41
|
chromosomes: Optional[List[StrictStr]] = None
|
|
43
42
|
table_fields: Optional[List[StrictStr]] = None
|
|
44
|
-
returned_content: Optional[V2AssemblyDatasetReportsRequestContentType] =
|
|
43
|
+
returned_content: Optional[V2AssemblyDatasetReportsRequestContentType] = V2AssemblyDatasetReportsRequestContentType.COMPLETE
|
|
45
44
|
page_size: Optional[StrictInt] = None
|
|
46
45
|
page_token: Optional[StrictStr] = None
|
|
47
46
|
sort: Optional[List[V2SortField]] = None
|
|
48
|
-
include_tabular_header: Optional[V2IncludeTabularHeader] =
|
|
47
|
+
include_tabular_header: Optional[V2IncludeTabularHeader] = V2IncludeTabularHeader.INCLUDE_TABULAR_HEADER_FIRST_PAGE_ONLY
|
|
49
48
|
table_format: Optional[StrictStr] = None
|
|
50
49
|
__properties: ClassVar[List[str]] = ["taxons", "bioprojects", "biosample_ids", "assembly_names", "wgs_accessions", "accessions", "filters", "tax_exact_match", "chromosomes", "table_fields", "returned_content", "page_size", "page_token", "sort", "include_tabular_header", "table_format"]
|
|
51
50
|
|
|
@@ -120,11 +119,11 @@ class V2AssemblyDatasetReportsRequest(BaseModel):
|
|
|
120
119
|
"tax_exact_match": obj.get("tax_exact_match"),
|
|
121
120
|
"chromosomes": obj.get("chromosomes"),
|
|
122
121
|
"table_fields": obj.get("table_fields"),
|
|
123
|
-
"returned_content": obj.get("returned_content"),
|
|
122
|
+
"returned_content": obj.get("returned_content") if obj.get("returned_content") is not None else V2AssemblyDatasetReportsRequestContentType.COMPLETE,
|
|
124
123
|
"page_size": obj.get("page_size"),
|
|
125
124
|
"page_token": obj.get("page_token"),
|
|
126
125
|
"sort": [V2SortField.from_dict(_item) for _item in obj["sort"]] if obj.get("sort") is not None else None,
|
|
127
|
-
"include_tabular_header": obj.get("include_tabular_header"),
|
|
126
|
+
"include_tabular_header": obj.get("include_tabular_header") if obj.get("include_tabular_header") is not None else V2IncludeTabularHeader.INCLUDE_TABULAR_HEADER_FIRST_PAGE_ONLY,
|
|
128
127
|
"table_format": obj.get("table_format")
|
|
129
128
|
})
|
|
130
129
|
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.
|
|
@@ -32,7 +31,7 @@ class V2AssemblyDatasetRequest(BaseModel):
|
|
|
32
31
|
accessions: Optional[List[StrictStr]] = None
|
|
33
32
|
chromosomes: Optional[List[StrictStr]] = None
|
|
34
33
|
include_annotation_type: Optional[List[V2AnnotationForAssemblyType]] = None
|
|
35
|
-
hydrated: Optional[V2AssemblyDatasetRequestResolution] =
|
|
34
|
+
hydrated: Optional[V2AssemblyDatasetRequestResolution] = V2AssemblyDatasetRequestResolution.FULLY_HYDRATED
|
|
36
35
|
include_tsv: Optional[StrictBool] = None
|
|
37
36
|
__properties: ClassVar[List[str]] = ["accessions", "chromosomes", "include_annotation_type", "hydrated", "include_tsv"]
|
|
38
37
|
|
|
@@ -90,7 +89,7 @@ class V2AssemblyDatasetRequest(BaseModel):
|
|
|
90
89
|
"accessions": obj.get("accessions"),
|
|
91
90
|
"chromosomes": obj.get("chromosomes"),
|
|
92
91
|
"include_annotation_type": obj.get("include_annotation_type"),
|
|
93
|
-
"hydrated": obj.get("hydrated"),
|
|
92
|
+
"hydrated": obj.get("hydrated") if obj.get("hydrated") is not None else V2AssemblyDatasetRequestResolution.FULLY_HYDRATED,
|
|
94
93
|
"include_tsv": obj.get("include_tsv")
|
|
95
94
|
})
|
|
96
95
|
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.
|
|
@@ -29,7 +28,7 @@ class V2AssemblyLinksReplyAssemblyLink(BaseModel):
|
|
|
29
28
|
V2AssemblyLinksReplyAssemblyLink
|
|
30
29
|
""" # noqa: E501
|
|
31
30
|
accession: Optional[StrictStr] = None
|
|
32
|
-
assembly_link_type: Optional[V2AssemblyLinksReplyAssemblyLinkType] =
|
|
31
|
+
assembly_link_type: Optional[V2AssemblyLinksReplyAssemblyLinkType] = V2AssemblyLinksReplyAssemblyLinkType.DEFAULT
|
|
33
32
|
resource_link: Optional[StrictStr] = None
|
|
34
33
|
linked_identifiers: Optional[List[StrictStr]] = None
|
|
35
34
|
__properties: ClassVar[List[str]] = ["accession", "assembly_link_type", "resource_link", "linked_identifiers"]
|
|
@@ -86,7 +85,7 @@ class V2AssemblyLinksReplyAssemblyLink(BaseModel):
|
|
|
86
85
|
|
|
87
86
|
_obj = cls.model_validate({
|
|
88
87
|
"accession": obj.get("accession"),
|
|
89
|
-
"assembly_link_type": obj.get("assembly_link_type"),
|
|
88
|
+
"assembly_link_type": obj.get("assembly_link_type") if obj.get("assembly_link_type") is not None else V2AssemblyLinksReplyAssemblyLinkType.DEFAULT,
|
|
90
89
|
"resource_link": obj.get("resource_link"),
|
|
91
90
|
"linked_identifiers": obj.get("linked_identifiers")
|
|
92
91
|
})
|
|
@@ -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.
|
|
@@ -27,13 +26,14 @@ class V2AssemblyLinksReplyAssemblyLinkType(str, Enum):
|
|
|
27
26
|
"""
|
|
28
27
|
allowed enum values
|
|
29
28
|
"""
|
|
29
|
+
DEFAULT = 'DEFAULT'
|
|
30
30
|
GDV_LINK = 'GDV_LINK'
|
|
31
31
|
FTP_LINK = 'FTP_LINK'
|
|
32
32
|
ASSEMBLY_PUBMED = 'ASSEMBLY_PUBMED'
|
|
33
33
|
BLAST_LINK = 'BLAST_LINK'
|
|
34
|
-
ASSEMBLY_NUCCORE = 'ASSEMBLY_NUCCORE'
|
|
35
34
|
ASSEMBLY_NUCCORE_REFSEQ = 'ASSEMBLY_NUCCORE_REFSEQ'
|
|
36
35
|
ASSEMBLY_NUCCORE_GENBANK = 'ASSEMBLY_NUCCORE_GENBANK'
|
|
36
|
+
CGV_LINK = 'CGV_LINK'
|
|
37
37
|
|
|
38
38
|
@classmethod
|
|
39
39
|
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.
|
|
@@ -35,7 +34,7 @@ class V2AssemblySequenceReportsRequest(BaseModel):
|
|
|
35
34
|
count_assembly_unplaced: Optional[StrictBool] = None
|
|
36
35
|
page_size: Optional[StrictInt] = None
|
|
37
36
|
page_token: Optional[StrictStr] = None
|
|
38
|
-
include_tabular_header: Optional[V2IncludeTabularHeader] =
|
|
37
|
+
include_tabular_header: Optional[V2IncludeTabularHeader] = V2IncludeTabularHeader.INCLUDE_TABULAR_HEADER_FIRST_PAGE_ONLY
|
|
39
38
|
table_format: Optional[StrictStr] = None
|
|
40
39
|
__properties: ClassVar[List[str]] = ["accession", "chromosomes", "role_filters", "table_fields", "count_assembly_unplaced", "page_size", "page_token", "include_tabular_header", "table_format"]
|
|
41
40
|
|
|
@@ -97,7 +96,7 @@ class V2AssemblySequenceReportsRequest(BaseModel):
|
|
|
97
96
|
"count_assembly_unplaced": obj.get("count_assembly_unplaced"),
|
|
98
97
|
"page_size": obj.get("page_size"),
|
|
99
98
|
"page_token": obj.get("page_token"),
|
|
100
|
-
"include_tabular_header": obj.get("include_tabular_header"),
|
|
99
|
+
"include_tabular_header": obj.get("include_tabular_header") if obj.get("include_tabular_header") is not None else V2IncludeTabularHeader.INCLUDE_TABULAR_HEADER_FIRST_PAGE_ONLY,
|
|
101
100
|
"table_format": obj.get("table_format")
|
|
102
101
|
})
|
|
103
102
|
return _obj
|
|
@@ -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 V2BioSampleDatasetReportsRequest(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
V2BioSampleDatasetReportsRequest
|
|
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 V2BioSampleDatasetReportsRequest 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 V2BioSampleDatasetReportsRequest 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
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
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 V2CatalogApiVersion(str, Enum):
|
|
22
|
+
"""
|
|
23
|
+
V2CatalogApiVersion
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
"""
|
|
27
|
+
allowed enum values
|
|
28
|
+
"""
|
|
29
|
+
UNKNOWN = 'UNKNOWN'
|
|
30
|
+
V1 = 'V1'
|
|
31
|
+
V2 = 'V2'
|
|
32
|
+
|
|
33
|
+
@classmethod
|
|
34
|
+
def from_json(cls, json_str: str) -> Self:
|
|
35
|
+
"""Create an instance of V2CatalogApiVersion from a JSON string"""
|
|
36
|
+
return cls(json.loads(json_str))
|
|
37
|
+
|
|
38
|
+
|
|
@@ -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.
|