gemmapy 2.0.1__tar.gz → 2.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gemmapy-2.0.1 → gemmapy-2.0.3}/PKG-INFO +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/_validators.py +7 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/gemmapy_api.py +7 -6
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/__init__.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/api/default_api.py +14 -10
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/api_client.py +2 -2
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/configuration.py +2 -2
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/__init__.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/annotation_search_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/annotation_value_object.py +2 -2
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py +2 -2
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/api_info_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/array_design_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/audit_event_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/bibliographic_reference_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/bio_assay_value_object.py +111 -111
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/bio_material_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/bio_sequence_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/build_info_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/category_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/cell_level_characteristics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/cell_type_assignment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/characteristic_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/citation_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/composite_sequence_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/composite_sequence_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/contrast_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/database_entry_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/database_entry_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset1.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset10.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset11.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset12.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset13.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset14.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset15.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset16.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset17.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset18.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset19.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset2.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset20.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset3.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset4.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset5.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset6.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset7.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset8.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset9.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/dataset_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/diff_ex_result_set_summary_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/differential_expression_analysis_result_by_gene_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/differential_expression_analysis_result_set_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/differential_expression_analysis_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/differential_expression_analysis_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/experiment_expression_levels_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/experimental_factor_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_set_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_sub_set_group_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_sub_set_with_groups_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_subset_with_factor_values_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/expression_experiment_with_search_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/external_database_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/factor_value_basic_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/factor_value_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filter_arg_array_design.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filter_arg_expression_analysis_result_set.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filter_arg_expression_experiment.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_inferred_and_paginated_response_data_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_paginated_response_data_object_array_design_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_paginated_response_data_object_composite_sequence_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_paginated_response_data_object_differential_expression_analysis_result_set_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_paginated_response_data_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/filtered_and_paginated_response_data_object_gene_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/geeq_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene1.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene2.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene3.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene4.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene5.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene6.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene7.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene8.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene9.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene_element_expressions_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene_ontology_term_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene_set_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/gene_value_object.py +30 -30
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/measurement_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/one_of_search_result_value_object_object_result_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/ontology_term_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/paginated_response_data_object_composite_sequence_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/paginated_response_data_object_experiment_expression_levels_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/paginated_response_data_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/paginated_response_data_object_gene_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/paginated_results_response_data_object_differential_expression_analysis_result_set_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/physical_location_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform1.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform2.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform3.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform4.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform5.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/platform_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/probe.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/protocol_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type1.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type2.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type3.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type4.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type5.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/quantitation_type_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_differential_expression_analysis_result_by_gene_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/query_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_api_info_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_cell_type_assignment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_expression_experiment_sub_set_group_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_expression_experiment_sub_set_with_groups_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_annotation_search_result_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_array_design_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_bio_assay_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_cell_level_characteristics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_differential_expression_analysis_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_experiment_expression_levels_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_expression_experiment_sub_set_group_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_expression_experiment_sub_set_with_groups_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_gene_ontology_term_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_gene_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_physical_location_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_list_taxon_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_long.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_set_annotation_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_set_quantitation_type_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_simple_svd_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_data_object_single_cell_dimension_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/response_error_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/search_result_type.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/search_result_value_object_expression_experiment_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/search_result_value_object_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/search_results_response_data_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/search_settings_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/simple_svd_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/single_cell_dimension_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/sort_arg_array_design.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/sort_arg_expression_analysis_result_set.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/sort_arg_expression_experiment.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/sort_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/statement_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon1.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon10.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon11.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon12.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon2.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon3.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon4.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon5.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon6.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon7.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon8.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon9.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon_arg.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/taxon_with_usage_statistics_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/vector_element_value_object.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/well_composed_error.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/well_composed_error_body.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/well_composed_warning.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/rest.py +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy.egg-info/PKG-INFO +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/setup.cfg +1 -1
- {gemmapy-2.0.1 → gemmapy-2.0.3}/LICENSE.md +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/README.rst +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/__init__.py +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/_processors.py +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/_subprocessors.py +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/api/__init__.py +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy.egg-info/SOURCES.txt +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy.egg-info/dependency_links.txt +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy.egg-info/requires.txt +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy.egg-info/top_level.txt +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/pyproject.toml +0 -0
- {gemmapy-2.0.1 → gemmapy-2.0.3}/tests/test_basic.py +0 -0
|
@@ -7,7 +7,14 @@ Created on Wed Feb 28 23:09:30 2024
|
|
|
7
7
|
"""
|
|
8
8
|
|
|
9
9
|
import typing as T
|
|
10
|
+
import base64
|
|
11
|
+
import gzip
|
|
10
12
|
|
|
13
|
+
def compress_arg(arg:str):
|
|
14
|
+
if arg is not None:
|
|
15
|
+
return base64.b64encode(gzip.compress(arg.encode())).decode()
|
|
16
|
+
else:
|
|
17
|
+
return arg
|
|
11
18
|
|
|
12
19
|
def remove_nones(**kwargs):
|
|
13
20
|
out = kwargs.copy()
|
|
@@ -17,7 +24,6 @@ def remove_nones(**kwargs):
|
|
|
17
24
|
return out
|
|
18
25
|
|
|
19
26
|
def add_to_filter(filt:T.Optional[str], prop: str, terms: T.List[T.Union[str,int]]):
|
|
20
|
-
|
|
21
27
|
if terms is None:
|
|
22
28
|
return filt
|
|
23
29
|
|
|
@@ -15,7 +15,6 @@ import anndata as ad
|
|
|
15
15
|
from anndata import AnnData
|
|
16
16
|
from io import StringIO
|
|
17
17
|
import warnings
|
|
18
|
-
import re
|
|
19
18
|
import json
|
|
20
19
|
|
|
21
20
|
|
|
@@ -149,7 +148,7 @@ class GemmaPy(object):
|
|
|
149
148
|
"""
|
|
150
149
|
|
|
151
150
|
filter = vs.add_to_filter(filter, 'id', result_sets)
|
|
152
|
-
|
|
151
|
+
filter = vs.compress_arg(filter)
|
|
153
152
|
|
|
154
153
|
kwargs = vs.remove_nones(
|
|
155
154
|
datasets = datasets,
|
|
@@ -186,7 +185,7 @@ class GemmaPy(object):
|
|
|
186
185
|
"""
|
|
187
186
|
|
|
188
187
|
response = self.raw.get_annotations_children(uri=uri,**kwargs)
|
|
189
|
-
df = ps.process_search_annotations(response)
|
|
188
|
+
df = ps.process_search_annotations(response.data)
|
|
190
189
|
return df
|
|
191
190
|
|
|
192
191
|
def get_annotation_parents(self,uri:str,**kwargs)->DataFrame:
|
|
@@ -208,7 +207,7 @@ class GemmaPy(object):
|
|
|
208
207
|
"""
|
|
209
208
|
|
|
210
209
|
response = self.raw.get_annotations_parents(uri=uri,**kwargs)
|
|
211
|
-
df = ps.process_search_annotations(response)
|
|
210
|
+
df = ps.process_search_annotations(response.data)
|
|
212
211
|
return df
|
|
213
212
|
|
|
214
213
|
# /annotations/search, search_annotations --------
|
|
@@ -229,7 +228,7 @@ class GemmaPy(object):
|
|
|
229
228
|
:rtype: DataFrame
|
|
230
229
|
|
|
231
230
|
"""
|
|
232
|
-
|
|
231
|
+
|
|
233
232
|
response = self.raw.search_annotations(query=query, **kwargs)
|
|
234
233
|
return ps.process_search_annotations(response.data)
|
|
235
234
|
|
|
@@ -598,7 +597,7 @@ class GemmaPy(object):
|
|
|
598
597
|
|
|
599
598
|
filter = vs.add_to_filter(filter, 'allCharacteristics.valueUri', uris)
|
|
600
599
|
filter = vs.add_to_filter(filter, 'taxon.commonName', taxa)
|
|
601
|
-
|
|
600
|
+
filter = vs.compress_arg(filter)
|
|
602
601
|
kwargs = vs.remove_nones(
|
|
603
602
|
query = query,
|
|
604
603
|
filter = filter,
|
|
@@ -693,6 +692,7 @@ class GemmaPy(object):
|
|
|
693
692
|
filter = vs.add_to_filter(filter, 'allCharacteristics.valueUri', uris)
|
|
694
693
|
filter = vs.add_to_filter(filter, 'taxon.commonName', taxa)
|
|
695
694
|
|
|
695
|
+
filter = vs.compress_arg(filter)
|
|
696
696
|
|
|
697
697
|
kwargs = vs.remove_nones(
|
|
698
698
|
filter = filter,
|
|
@@ -1140,6 +1140,7 @@ class GemmaPy(object):
|
|
|
1140
1140
|
|
|
1141
1141
|
"""
|
|
1142
1142
|
filter = vs.add_to_filter(filter,"taxon.commonName",taxa)
|
|
1143
|
+
filter = vs.compress_arg(filter)
|
|
1143
1144
|
kwargs = vs.remove_nones(filter = filter,
|
|
1144
1145
|
offset = offset,
|
|
1145
1146
|
limit = limit,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
9
9
|
|
|
10
|
-
OpenAPI spec version: 2.9.
|
|
10
|
+
OpenAPI spec version: 2.9.1
|
|
11
11
|
Contact: pavlab-support@msl.ubc.ca
|
|
12
12
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
13
13
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -47,7 +47,7 @@ class DefaultApi(object):
|
|
|
47
47
|
:param async_req bool
|
|
48
48
|
:param str uri: Term URI
|
|
49
49
|
:param bool direct: Only include direct parents.
|
|
50
|
-
:return:
|
|
50
|
+
:return: ResponseDataObjectListAnnotationSearchResultValueObject
|
|
51
51
|
If the method is called asynchronously,
|
|
52
52
|
returns the request thread.
|
|
53
53
|
"""
|
|
@@ -82,7 +82,7 @@ class DefaultApi(object):
|
|
|
82
82
|
:param async_req bool
|
|
83
83
|
:param str uri: Term URI
|
|
84
84
|
:param bool direct: Only include direct parents.
|
|
85
|
-
:return:
|
|
85
|
+
:return: ResponseDataObjectListAnnotationSearchResultValueObject
|
|
86
86
|
If the method is called asynchronously,
|
|
87
87
|
returns the request thread.
|
|
88
88
|
"""
|
|
@@ -125,7 +125,7 @@ class DefaultApi(object):
|
|
|
125
125
|
if not kwargs.get('_force_table'):
|
|
126
126
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
127
127
|
['application/json']) # noqa: E501
|
|
128
|
-
response_type = '
|
|
128
|
+
response_type = 'ResponseDataObjectListAnnotationSearchResultValueObject' # noqa: E501
|
|
129
129
|
else:
|
|
130
130
|
header_params['Accept'] = 'text/tab-separated-values; charset=UTF-8'
|
|
131
131
|
response_type = 'str'
|
|
@@ -162,7 +162,7 @@ class DefaultApi(object):
|
|
|
162
162
|
:param async_req bool
|
|
163
163
|
:param str uri: Term URI
|
|
164
164
|
:param bool direct: Only include direct children.
|
|
165
|
-
:return:
|
|
165
|
+
:return: ResponseDataObjectListAnnotationSearchResultValueObject
|
|
166
166
|
If the method is called asynchronously,
|
|
167
167
|
returns the request thread.
|
|
168
168
|
"""
|
|
@@ -197,7 +197,7 @@ class DefaultApi(object):
|
|
|
197
197
|
:param async_req bool
|
|
198
198
|
:param str uri: Term URI
|
|
199
199
|
:param bool direct: Only include direct children.
|
|
200
|
-
:return:
|
|
200
|
+
:return: ResponseDataObjectListAnnotationSearchResultValueObject
|
|
201
201
|
If the method is called asynchronously,
|
|
202
202
|
returns the request thread.
|
|
203
203
|
"""
|
|
@@ -240,7 +240,7 @@ class DefaultApi(object):
|
|
|
240
240
|
if not kwargs.get('_force_table'):
|
|
241
241
|
header_params['Accept'] = self.api_client.select_header_accept(
|
|
242
242
|
['application/json']) # noqa: E501
|
|
243
|
-
response_type = '
|
|
243
|
+
response_type = 'ResponseDataObjectListAnnotationSearchResultValueObject' # noqa: E501
|
|
244
244
|
else:
|
|
245
245
|
header_params['Accept'] = 'text/tab-separated-values; charset=UTF-8'
|
|
246
246
|
response_type = 'str'
|
|
@@ -613,7 +613,8 @@ class DefaultApi(object):
|
|
|
613
613
|
:param async_req bool
|
|
614
614
|
:param Dataset2 dataset: (required)
|
|
615
615
|
:param QuantitationType1 quantitation_type:
|
|
616
|
-
:param str cell_type_assignment: The name of
|
|
616
|
+
:param str cell_type_assignment: The name of the cell type assignment to retrieve. If left unset, this the preferred one is returned.
|
|
617
|
+
:param str protocol: The protocol of the cell type assignment to retrieve. This cannot be used in combination with `cellTypeAssignment`.
|
|
617
618
|
:return: ResponseDataObjectCellTypeAssignmentValueObject
|
|
618
619
|
If the method is called asynchronously,
|
|
619
620
|
returns the request thread.
|
|
@@ -648,13 +649,14 @@ class DefaultApi(object):
|
|
|
648
649
|
:param async_req bool
|
|
649
650
|
:param Dataset2 dataset: (required)
|
|
650
651
|
:param QuantitationType1 quantitation_type:
|
|
651
|
-
:param str cell_type_assignment: The name of
|
|
652
|
+
:param str cell_type_assignment: The name of the cell type assignment to retrieve. If left unset, this the preferred one is returned.
|
|
653
|
+
:param str protocol: The protocol of the cell type assignment to retrieve. This cannot be used in combination with `cellTypeAssignment`.
|
|
652
654
|
:return: ResponseDataObjectCellTypeAssignmentValueObject
|
|
653
655
|
If the method is called asynchronously,
|
|
654
656
|
returns the request thread.
|
|
655
657
|
"""
|
|
656
658
|
|
|
657
|
-
all_params = ['dataset', 'quantitation_type', 'cell_type_assignment'] # noqa: E501
|
|
659
|
+
all_params = ['dataset', 'quantitation_type', 'cell_type_assignment', 'protocol'] # noqa: E501
|
|
658
660
|
all_params.append('async_req')
|
|
659
661
|
all_params.append('_return_http_data_only')
|
|
660
662
|
all_params.append('_preload_content')
|
|
@@ -687,6 +689,8 @@ class DefaultApi(object):
|
|
|
687
689
|
query_params.append(('quantitationType', params['quantitation_type'])) # noqa: E501
|
|
688
690
|
if 'cell_type_assignment' in params:
|
|
689
691
|
query_params.append(('cellTypeAssignment', params['cell_type_assignment'])) # noqa: E501
|
|
692
|
+
if 'protocol' in params:
|
|
693
|
+
query_params.append(('protocol', params['protocol'])) # noqa: E501
|
|
690
694
|
|
|
691
695
|
header_params = {}
|
|
692
696
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
6
6
|
|
|
7
|
-
OpenAPI spec version: 2.9.
|
|
7
|
+
OpenAPI spec version: 2.9.1
|
|
8
8
|
Contact: pavlab-support@msl.ubc.ca
|
|
9
9
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
"""
|
|
@@ -73,7 +73,7 @@ class ApiClient(object):
|
|
|
73
73
|
self.default_headers[header_name] = header_value
|
|
74
74
|
self.cookie = cookie
|
|
75
75
|
# Set default User-Agent.
|
|
76
|
-
self.user_agent = 'gemmapy/2.0.
|
|
76
|
+
self.user_agent = 'gemmapy/2.0.3'
|
|
77
77
|
|
|
78
78
|
def __del__(self):
|
|
79
79
|
self.pool.close()
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -256,6 +256,6 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
|
|
256
256
|
return "Python SDK Debug Report:\n"\
|
|
257
257
|
"OS: {env}\n"\
|
|
258
258
|
"Python Version: {pyversion}\n"\
|
|
259
|
-
"Version of the API: 2.9.
|
|
259
|
+
"Version of the API: 2.9.1\n"\
|
|
260
260
|
"SDK Package Version: 1.0.0".\
|
|
261
261
|
format(env=sys.platform, pyversion=sys.version)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
8
8
|
|
|
9
|
-
OpenAPI spec version: 2.9.
|
|
9
|
+
OpenAPI spec version: 2.9.1
|
|
10
10
|
Contact: pavlab-support@msl.ubc.ca
|
|
11
11
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
12
12
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -195,7 +195,7 @@ class AnnotationValueObject(object):
|
|
|
195
195
|
:param evidence_code: The evidence_code of this AnnotationValueObject. # noqa: E501
|
|
196
196
|
:type: str
|
|
197
197
|
"""
|
|
198
|
-
allowed_values = ["
|
|
198
|
+
allowed_values = ["IC", "IDA", "IEA", "IEP", "IGI", "IMP", "IPI", "ISS", "NAS", "ND", "RCA", "TAS", "NR", "EXP", "ISA", "ISM", "IGC", "ISO", "IIA", "IBA", "IBD", "IKR", "IRD", "IMR", "IED", "IAGP", "IPM", "QTM", "HDA", "HEP", "HGI", "HMP", "HTP", "OTHER"] # noqa: E501
|
|
199
199
|
if evidence_code not in allowed_values:
|
|
200
200
|
raise ValueError(
|
|
201
201
|
"Invalid value for `evidence_code` ({0}), must be one of {1}" # noqa: E501
|
{gemmapy-2.0.1 → gemmapy-2.0.3}/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -174,7 +174,7 @@ class AnnotationWithUsageStatisticsValueObject(object):
|
|
|
174
174
|
:param evidence_code: The evidence_code of this AnnotationWithUsageStatisticsValueObject. # noqa: E501
|
|
175
175
|
:type: str
|
|
176
176
|
"""
|
|
177
|
-
allowed_values = ["
|
|
177
|
+
allowed_values = ["IC", "IDA", "IEA", "IEP", "IGI", "IMP", "IPI", "ISS", "NAS", "ND", "RCA", "TAS", "NR", "EXP", "ISA", "ISM", "IGC", "ISO", "IIA", "IBA", "IBD", "IKR", "IRD", "IMR", "IED", "IAGP", "IPM", "QTM", "HDA", "HEP", "HGI", "HMP", "HTP", "OTHER"] # noqa: E501
|
|
178
178
|
if evidence_code not in allowed_values:
|
|
179
179
|
raise ValueError(
|
|
180
180
|
"Invalid value for `evidence_code` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 2.9.
|
|
8
|
+
OpenAPI spec version: 2.9.1
|
|
9
9
|
Contact: pavlab-support@msl.ubc.ca
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|