diff --git a/gemmapy/sdk/__init__.py b/gemmapy/sdk/__init__.py index 47199e4..8e3bdfd 100644 --- a/gemmapy/sdk/__init__.py +++ b/gemmapy/sdk/__init__.py @@ -7,7 +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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -32,6 +32,7 @@ from gemmapy.sdk.models.bio_assay_value_object import BioAssayValueObject from gemmapy.sdk.models.bio_material_value_object import BioMaterialValueObject from gemmapy.sdk.models.bio_sequence_value_object import BioSequenceValueObject +from gemmapy.sdk.models.build_info_value_object import BuildInfoValueObject from gemmapy.sdk.models.category_with_usage_statistics_value_object import CategoryWithUsageStatisticsValueObject from gemmapy.sdk.models.characteristic_value_object import CharacteristicValueObject from gemmapy.sdk.models.citation_value_object import CitationValueObject diff --git a/gemmapy/sdk/api/default_api.py b/gemmapy/sdk/api/default_api.py index 4f6a8e4..ec0bd6d 100644 --- a/gemmapy/sdk/api/default_api.py +++ b/gemmapy/sdk/api/default_api.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/api_client.py b/gemmapy/sdk/api_client.py index 85440ac..343589e 100644 --- a/gemmapy/sdk/api_client.py +++ b/gemmapy/sdk/api_client.py @@ -4,7 +4,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/configuration.py b/gemmapy/sdk/configuration.py index fb0d1bd..ed108e9 100644 --- a/gemmapy/sdk/configuration.py +++ b/gemmapy/sdk/configuration.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -256,6 +256,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2.7.5\n"\ + "Version of the API: 2.7.6\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/gemmapy/sdk/models/__init__.py b/gemmapy/sdk/models/__init__.py index 95c1ce6..9925eb0 100644 --- a/gemmapy/sdk/models/__init__.py +++ b/gemmapy/sdk/models/__init__.py @@ -6,7 +6,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -26,6 +26,7 @@ from gemmapy.sdk.models.bio_assay_value_object import BioAssayValueObject from gemmapy.sdk.models.bio_material_value_object import BioMaterialValueObject from gemmapy.sdk.models.bio_sequence_value_object import BioSequenceValueObject +from gemmapy.sdk.models.build_info_value_object import BuildInfoValueObject from gemmapy.sdk.models.category_with_usage_statistics_value_object import CategoryWithUsageStatisticsValueObject from gemmapy.sdk.models.characteristic_value_object import CharacteristicValueObject from gemmapy.sdk.models.citation_value_object import CitationValueObject diff --git a/gemmapy/sdk/models/annotation_search_result_value_object.py b/gemmapy/sdk/models/annotation_search_result_value_object.py index 4ffaf02..b5b0525 100644 --- a/gemmapy/sdk/models/annotation_search_result_value_object.py +++ b/gemmapy/sdk/models/annotation_search_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/annotation_value_object.py b/gemmapy/sdk/models/annotation_value_object.py index 760eca1..a66bb5e 100644 --- a/gemmapy/sdk/models/annotation_value_object.py +++ b/gemmapy/sdk/models/annotation_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py b/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py index 18032a2..48a4c3a 100644 --- a/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/api_info_value_object.py b/gemmapy/sdk/models/api_info_value_object.py index 2cb0147..69fd180 100644 --- a/gemmapy/sdk/models/api_info_value_object.py +++ b/gemmapy/sdk/models/api_info_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -30,32 +30,47 @@ class ApiInfoValueObject(object): swagger_types = { 'welcome': 'str', 'version': 'str', - 'docs': 'str', - 'external_databases': 'list[ExternalDatabaseValueObject]' + 'documentation_url': 'str', + 'specification_url': 'str', + 'external_databases': 'list[ExternalDatabaseValueObject]', + 'build_info': 'BuildInfoValueObject', + 'docs': 'str' } attribute_map = { 'welcome': 'welcome', 'version': 'version', - 'docs': 'docs', - 'external_databases': 'externalDatabases' + 'documentation_url': 'documentationUrl', + 'specification_url': 'specificationUrl', + 'external_databases': 'externalDatabases', + 'build_info': 'buildInfo', + 'docs': 'docs' } - def __init__(self, welcome=None, version=None, docs=None, external_databases=None): # noqa: E501 + def __init__(self, welcome=None, version=None, documentation_url=None, specification_url=None, external_databases=None, build_info=None, docs=None): # noqa: E501 """ApiInfoValueObject - a model defined in Swagger""" # noqa: E501 self._welcome = None self._version = None - self._docs = None + self._documentation_url = None + self._specification_url = None self._external_databases = None + self._build_info = None + self._docs = None self.discriminator = None if welcome is not None: self.welcome = welcome if version is not None: self.version = version - if docs is not None: - self.docs = docs + if documentation_url is not None: + self.documentation_url = documentation_url + if specification_url is not None: + self.specification_url = specification_url if external_databases is not None: self.external_databases = external_databases + if build_info is not None: + self.build_info = build_info + if docs is not None: + self.docs = docs @property def welcome(self): @@ -100,25 +115,46 @@ def version(self, version): self._version = version @property - def docs(self): - """Gets the docs of this ApiInfoValueObject. # noqa: E501 + def documentation_url(self): + """Gets the documentation_url of this ApiInfoValueObject. # noqa: E501 - :return: The docs of this ApiInfoValueObject. # noqa: E501 + :return: The documentation_url of this ApiInfoValueObject. # noqa: E501 :rtype: str """ - return self._docs + return self._documentation_url - @docs.setter - def docs(self, docs): - """Sets the docs of this ApiInfoValueObject. + @documentation_url.setter + def documentation_url(self, documentation_url): + """Sets the documentation_url of this ApiInfoValueObject. - :param docs: The docs of this ApiInfoValueObject. # noqa: E501 + :param documentation_url: The documentation_url of this ApiInfoValueObject. # noqa: E501 :type: str """ - self._docs = docs + self._documentation_url = documentation_url + + @property + def specification_url(self): + """Gets the specification_url of this ApiInfoValueObject. # noqa: E501 + + + :return: The specification_url of this ApiInfoValueObject. # noqa: E501 + :rtype: str + """ + return self._specification_url + + @specification_url.setter + def specification_url(self, specification_url): + """Sets the specification_url of this ApiInfoValueObject. + + + :param specification_url: The specification_url of this ApiInfoValueObject. # noqa: E501 + :type: str + """ + + self._specification_url = specification_url @property def external_databases(self): @@ -141,6 +177,48 @@ def external_databases(self, external_databases): self._external_databases = external_databases + @property + def build_info(self): + """Gets the build_info of this ApiInfoValueObject. # noqa: E501 + + + :return: The build_info of this ApiInfoValueObject. # noqa: E501 + :rtype: BuildInfoValueObject + """ + return self._build_info + + @build_info.setter + def build_info(self, build_info): + """Sets the build_info of this ApiInfoValueObject. + + + :param build_info: The build_info of this ApiInfoValueObject. # noqa: E501 + :type: BuildInfoValueObject + """ + + self._build_info = build_info + + @property + def docs(self): + """Gets the docs of this ApiInfoValueObject. # noqa: E501 + + + :return: The docs of this ApiInfoValueObject. # noqa: E501 + :rtype: str + """ + return self._docs + + @docs.setter + def docs(self, docs): + """Sets the docs of this ApiInfoValueObject. + + + :param docs: The docs of this ApiInfoValueObject. # noqa: E501 + :type: str + """ + + self._docs = docs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gemmapy/sdk/models/array_design_value_object.py b/gemmapy/sdk/models/array_design_value_object.py index 5189d3d..a4c563c 100644 --- a/gemmapy/sdk/models/array_design_value_object.py +++ b/gemmapy/sdk/models/array_design_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -47,8 +47,8 @@ class ArrayDesignValueObject(object): 'release_version': 'str', 'release_url': 'str', 'external_references': 'list[DatabaseEntryValueObject]', - 'number_of_expression_experiments': 'int', 'taxon_id': 'int', + 'number_of_expression_experiments': 'int', 'trouble_details': 'str', 'number_of_switched_expression_experiments': 'int', 'taxon': 'TaxonValueObject' @@ -74,14 +74,14 @@ class ArrayDesignValueObject(object): 'release_version': 'releaseVersion', 'release_url': 'releaseUrl', 'external_references': 'externalReferences', - 'number_of_expression_experiments': 'numberOfExpressionExperiments', 'taxon_id': 'taxonID', + 'number_of_expression_experiments': 'numberOfExpressionExperiments', 'trouble_details': 'troubleDetails', 'number_of_switched_expression_experiments': 'numberOfSwitchedExpressionExperiments', 'taxon': 'taxon' } - def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, color=None, description=None, expression_experiment_count=None, is_merged=None, is_mergee=None, name=None, short_name=None, technology_type=None, release_version=None, release_url=None, external_references=None, number_of_expression_experiments=None, taxon_id=None, trouble_details=None, number_of_switched_expression_experiments=None, taxon=None): # noqa: E501 + def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, color=None, description=None, expression_experiment_count=None, is_merged=None, is_mergee=None, name=None, short_name=None, technology_type=None, release_version=None, release_url=None, external_references=None, taxon_id=None, number_of_expression_experiments=None, trouble_details=None, number_of_switched_expression_experiments=None, taxon=None): # noqa: E501 """ArrayDesignValueObject - a model defined in Swagger""" # noqa: E501 self._id = None self._last_updated = None @@ -102,8 +102,8 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self._release_version = None self._release_url = None self._external_references = None - self._number_of_expression_experiments = None self._taxon_id = None + self._number_of_expression_experiments = None self._trouble_details = None self._number_of_switched_expression_experiments = None self._taxon = None @@ -146,10 +146,10 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self.release_url = release_url if external_references is not None: self.external_references = external_references - if number_of_expression_experiments is not None: - self.number_of_expression_experiments = number_of_expression_experiments if taxon_id is not None: self.taxon_id = taxon_id + if number_of_expression_experiments is not None: + self.number_of_expression_experiments = number_of_expression_experiments if trouble_details is not None: self.trouble_details = trouble_details if number_of_switched_expression_experiments is not None: @@ -569,46 +569,46 @@ def external_references(self, external_references): self._external_references = external_references @property - def number_of_expression_experiments(self): - """Gets the number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 + def taxon_id(self): + """Gets the taxon_id of this ArrayDesignValueObject. # noqa: E501 - :return: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 + :return: The taxon_id of this ArrayDesignValueObject. # noqa: E501 :rtype: int """ - return self._number_of_expression_experiments + return self._taxon_id - @number_of_expression_experiments.setter - def number_of_expression_experiments(self, number_of_expression_experiments): - """Sets the number_of_expression_experiments of this ArrayDesignValueObject. + @taxon_id.setter + def taxon_id(self, taxon_id): + """Sets the taxon_id of this ArrayDesignValueObject. - :param number_of_expression_experiments: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 + :param taxon_id: The taxon_id of this ArrayDesignValueObject. # noqa: E501 :type: int """ - self._number_of_expression_experiments = number_of_expression_experiments + self._taxon_id = taxon_id @property - def taxon_id(self): - """Gets the taxon_id of this ArrayDesignValueObject. # noqa: E501 + def number_of_expression_experiments(self): + """Gets the number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 - :return: The taxon_id of this ArrayDesignValueObject. # noqa: E501 + :return: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 :rtype: int """ - return self._taxon_id + return self._number_of_expression_experiments - @taxon_id.setter - def taxon_id(self, taxon_id): - """Sets the taxon_id of this ArrayDesignValueObject. + @number_of_expression_experiments.setter + def number_of_expression_experiments(self, number_of_expression_experiments): + """Sets the number_of_expression_experiments of this ArrayDesignValueObject. - :param taxon_id: The taxon_id of this ArrayDesignValueObject. # noqa: E501 + :param number_of_expression_experiments: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501 :type: int """ - self._taxon_id = taxon_id + self._number_of_expression_experiments = number_of_expression_experiments @property def trouble_details(self): diff --git a/gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py b/gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py index df033c2..9adb5f6 100644 --- a/gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/audit_event_value_object.py b/gemmapy/sdk/models/audit_event_value_object.py index b5c068d..b6951ac 100644 --- a/gemmapy/sdk/models/audit_event_value_object.py +++ b/gemmapy/sdk/models/audit_event_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/bibliographic_phenotypes_value_object.py b/gemmapy/sdk/models/bibliographic_phenotypes_value_object.py index c55e688..b7e8791 100644 --- a/gemmapy/sdk/models/bibliographic_phenotypes_value_object.py +++ b/gemmapy/sdk/models/bibliographic_phenotypes_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/bibliographic_reference_value_object.py b/gemmapy/sdk/models/bibliographic_reference_value_object.py index b50a99d..f5aedd2 100644 --- a/gemmapy/sdk/models/bibliographic_reference_value_object.py +++ b/gemmapy/sdk/models/bibliographic_reference_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/bio_assay_value_object.py b/gemmapy/sdk/models/bio_assay_value_object.py index f9482d1..91cd349 100644 --- a/gemmapy/sdk/models/bio_assay_value_object.py +++ b/gemmapy/sdk/models/bio_assay_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/bio_material_value_object.py b/gemmapy/sdk/models/bio_material_value_object.py index a403df2..32b7c8e 100644 --- a/gemmapy/sdk/models/bio_material_value_object.py +++ b/gemmapy/sdk/models/bio_material_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/bio_sequence_value_object.py b/gemmapy/sdk/models/bio_sequence_value_object.py index 037db55..5009a75 100644 --- a/gemmapy/sdk/models/bio_sequence_value_object.py +++ b/gemmapy/sdk/models/bio_sequence_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/build_info_value_object.py b/gemmapy/sdk/models/build_info_value_object.py new file mode 100644 index 0000000..5184301 --- /dev/null +++ b/gemmapy/sdk/models/build_info_value_object.py @@ -0,0 +1,162 @@ +# coding: utf-8 + +""" + Gemma RESTful API + + 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 + + OpenAPI spec version: 2.7.6 + Contact: pavlab-support@msl.ubc.ca + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class BuildInfoValueObject(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'version': 'str', + 'timestamp': 'datetime', + 'git_hash': 'str' + } + + attribute_map = { + 'version': 'version', + 'timestamp': 'timestamp', + 'git_hash': 'gitHash' + } + + def __init__(self, version=None, timestamp=None, git_hash=None): # noqa: E501 + """BuildInfoValueObject - a model defined in Swagger""" # noqa: E501 + self._version = None + self._timestamp = None + self._git_hash = None + self.discriminator = None + if version is not None: + self.version = version + if timestamp is not None: + self.timestamp = timestamp + if git_hash is not None: + self.git_hash = git_hash + + @property + def version(self): + """Gets the version of this BuildInfoValueObject. # noqa: E501 + + + :return: The version of this BuildInfoValueObject. # noqa: E501 + :rtype: str + """ + return self._version + + @version.setter + def version(self, version): + """Sets the version of this BuildInfoValueObject. + + + :param version: The version of this BuildInfoValueObject. # noqa: E501 + :type: str + """ + + self._version = version + + @property + def timestamp(self): + """Gets the timestamp of this BuildInfoValueObject. # noqa: E501 + + + :return: The timestamp of this BuildInfoValueObject. # noqa: E501 + :rtype: datetime + """ + return self._timestamp + + @timestamp.setter + def timestamp(self, timestamp): + """Sets the timestamp of this BuildInfoValueObject. + + + :param timestamp: The timestamp of this BuildInfoValueObject. # noqa: E501 + :type: datetime + """ + + self._timestamp = timestamp + + @property + def git_hash(self): + """Gets the git_hash of this BuildInfoValueObject. # noqa: E501 + + + :return: The git_hash of this BuildInfoValueObject. # noqa: E501 + :rtype: str + """ + return self._git_hash + + @git_hash.setter + def git_hash(self, git_hash): + """Sets the git_hash of this BuildInfoValueObject. + + + :param git_hash: The git_hash of this BuildInfoValueObject. # noqa: E501 + :type: str + """ + + self._git_hash = git_hash + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(BuildInfoValueObject, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, BuildInfoValueObject): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gemmapy/sdk/models/category_with_usage_statistics_value_object.py b/gemmapy/sdk/models/category_with_usage_statistics_value_object.py index b715a9b..f02c4d3 100644 --- a/gemmapy/sdk/models/category_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/category_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/characteristic_value_object.py b/gemmapy/sdk/models/characteristic_value_object.py index 4a84641..0b317d6 100644 --- a/gemmapy/sdk/models/characteristic_value_object.py +++ b/gemmapy/sdk/models/characteristic_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/citation_value_object.py b/gemmapy/sdk/models/citation_value_object.py index 0b7bae6..634a435 100644 --- a/gemmapy/sdk/models/citation_value_object.py +++ b/gemmapy/sdk/models/citation_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/composite_sequence_arg.py b/gemmapy/sdk/models/composite_sequence_arg.py index 8afeb52..c1cfd97 100644 --- a/gemmapy/sdk/models/composite_sequence_arg.py +++ b/gemmapy/sdk/models/composite_sequence_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/composite_sequence_value_object.py b/gemmapy/sdk/models/composite_sequence_value_object.py index a801b83..af19175 100644 --- a/gemmapy/sdk/models/composite_sequence_value_object.py +++ b/gemmapy/sdk/models/composite_sequence_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/contrast_result_value_object.py b/gemmapy/sdk/models/contrast_result_value_object.py index d018938..beac71a 100644 --- a/gemmapy/sdk/models/contrast_result_value_object.py +++ b/gemmapy/sdk/models/contrast_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/database_entry_arg.py b/gemmapy/sdk/models/database_entry_arg.py index c42cdde..6d90dc1 100644 --- a/gemmapy/sdk/models/database_entry_arg.py +++ b/gemmapy/sdk/models/database_entry_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/database_entry_value_object.py b/gemmapy/sdk/models/database_entry_value_object.py index a6aedf9..f4e670e 100644 --- a/gemmapy/sdk/models/database_entry_value_object.py +++ b/gemmapy/sdk/models/database_entry_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset.py b/gemmapy/sdk/models/dataset.py index d9faff7..5af00f5 100644 --- a/gemmapy/sdk/models/dataset.py +++ b/gemmapy/sdk/models/dataset.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset1.py b/gemmapy/sdk/models/dataset1.py index 163e0eb..69e98b9 100644 --- a/gemmapy/sdk/models/dataset1.py +++ b/gemmapy/sdk/models/dataset1.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset10.py b/gemmapy/sdk/models/dataset10.py index 541cd5e..dfe2c16 100644 --- a/gemmapy/sdk/models/dataset10.py +++ b/gemmapy/sdk/models/dataset10.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset2.py b/gemmapy/sdk/models/dataset2.py index 832fa21..be4fb2c 100644 --- a/gemmapy/sdk/models/dataset2.py +++ b/gemmapy/sdk/models/dataset2.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset3.py b/gemmapy/sdk/models/dataset3.py index 7237de8..992f93d 100644 --- a/gemmapy/sdk/models/dataset3.py +++ b/gemmapy/sdk/models/dataset3.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset4.py b/gemmapy/sdk/models/dataset4.py index e948fe1..3366f4b 100644 --- a/gemmapy/sdk/models/dataset4.py +++ b/gemmapy/sdk/models/dataset4.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset5.py b/gemmapy/sdk/models/dataset5.py index 08565c0..64cf066 100644 --- a/gemmapy/sdk/models/dataset5.py +++ b/gemmapy/sdk/models/dataset5.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset6.py b/gemmapy/sdk/models/dataset6.py index c620427..2c8acc4 100644 --- a/gemmapy/sdk/models/dataset6.py +++ b/gemmapy/sdk/models/dataset6.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset7.py b/gemmapy/sdk/models/dataset7.py index 1a8f6d0..aef9ae5 100644 --- a/gemmapy/sdk/models/dataset7.py +++ b/gemmapy/sdk/models/dataset7.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset8.py b/gemmapy/sdk/models/dataset8.py index 6b24f96..4a8fffc 100644 --- a/gemmapy/sdk/models/dataset8.py +++ b/gemmapy/sdk/models/dataset8.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset9.py b/gemmapy/sdk/models/dataset9.py index 77b4265..dab43af 100644 --- a/gemmapy/sdk/models/dataset9.py +++ b/gemmapy/sdk/models/dataset9.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/dataset_arg.py b/gemmapy/sdk/models/dataset_arg.py index 54a2373..760b6d4 100644 --- a/gemmapy/sdk/models/dataset_arg.py +++ b/gemmapy/sdk/models/dataset_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/diff_ex_result_set_summary_value_object.py b/gemmapy/sdk/models/diff_ex_result_set_summary_value_object.py index 581545b..7c28f73 100644 --- a/gemmapy/sdk/models/diff_ex_result_set_summary_value_object.py +++ b/gemmapy/sdk/models/diff_ex_result_set_summary_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -38,9 +38,9 @@ class DiffExResultSetSummaryValueObject(object): 'number_of_diff_expressed_probes': 'int', 'upregulated_count': 'int', 'downregulated_count': 'int', - 'number_of_upregulated_probes': 'int', 'number_of_downregulated_probes': 'int', - 'qvalue': 'float' + 'qvalue': 'float', + 'number_of_upregulated_probes': 'int' } attribute_map = { @@ -54,12 +54,12 @@ class DiffExResultSetSummaryValueObject(object): 'number_of_diff_expressed_probes': 'numberOfDiffExpressedProbes', 'upregulated_count': 'upregulatedCount', 'downregulated_count': 'downregulatedCount', - 'number_of_upregulated_probes': 'numberOfUpregulatedProbes', 'number_of_downregulated_probes': 'numberOfDownregulatedProbes', - 'qvalue': 'qvalue' + 'qvalue': 'qvalue', + 'number_of_upregulated_probes': 'numberOfUpregulatedProbes' } - def __init__(self, id=None, array_designs_used=None, baseline_group=None, experimental_factors=None, number_of_genes_analyzed=None, number_of_probes_analyzed=None, threshold=None, number_of_diff_expressed_probes=None, upregulated_count=None, downregulated_count=None, number_of_upregulated_probes=None, number_of_downregulated_probes=None, qvalue=None): # noqa: E501 + def __init__(self, id=None, array_designs_used=None, baseline_group=None, experimental_factors=None, number_of_genes_analyzed=None, number_of_probes_analyzed=None, threshold=None, number_of_diff_expressed_probes=None, upregulated_count=None, downregulated_count=None, number_of_downregulated_probes=None, qvalue=None, number_of_upregulated_probes=None): # noqa: E501 """DiffExResultSetSummaryValueObject - a model defined in Swagger""" # noqa: E501 self._id = None self._array_designs_used = None @@ -71,9 +71,9 @@ def __init__(self, id=None, array_designs_used=None, baseline_group=None, experi self._number_of_diff_expressed_probes = None self._upregulated_count = None self._downregulated_count = None - self._number_of_upregulated_probes = None self._number_of_downregulated_probes = None self._qvalue = None + self._number_of_upregulated_probes = None self.discriminator = None if id is not None: self.id = id @@ -95,12 +95,12 @@ def __init__(self, id=None, array_designs_used=None, baseline_group=None, experi self.upregulated_count = upregulated_count if downregulated_count is not None: self.downregulated_count = downregulated_count - if number_of_upregulated_probes is not None: - self.number_of_upregulated_probes = number_of_upregulated_probes if number_of_downregulated_probes is not None: self.number_of_downregulated_probes = number_of_downregulated_probes if qvalue is not None: self.qvalue = qvalue + if number_of_upregulated_probes is not None: + self.number_of_upregulated_probes = number_of_upregulated_probes @property def id(self): @@ -312,27 +312,6 @@ def downregulated_count(self, downregulated_count): self._downregulated_count = downregulated_count - @property - def number_of_upregulated_probes(self): - """Gets the number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 - - - :return: The number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 - :rtype: int - """ - return self._number_of_upregulated_probes - - @number_of_upregulated_probes.setter - def number_of_upregulated_probes(self, number_of_upregulated_probes): - """Sets the number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. - - - :param number_of_upregulated_probes: The number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 - :type: int - """ - - self._number_of_upregulated_probes = number_of_upregulated_probes - @property def number_of_downregulated_probes(self): """Gets the number_of_downregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 @@ -375,6 +354,27 @@ def qvalue(self, qvalue): self._qvalue = qvalue + @property + def number_of_upregulated_probes(self): + """Gets the number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 + + + :return: The number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 + :rtype: int + """ + return self._number_of_upregulated_probes + + @number_of_upregulated_probes.setter + def number_of_upregulated_probes(self, number_of_upregulated_probes): + """Sets the number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. + + + :param number_of_upregulated_probes: The number_of_upregulated_probes of this DiffExResultSetSummaryValueObject. # noqa: E501 + :type: int + """ + + self._number_of_upregulated_probes = number_of_upregulated_probes + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gemmapy/sdk/models/differential_expression_analysis_result_set_value_object.py b/gemmapy/sdk/models/differential_expression_analysis_result_set_value_object.py index 9806e29..a207c65 100644 --- a/gemmapy/sdk/models/differential_expression_analysis_result_set_value_object.py +++ b/gemmapy/sdk/models/differential_expression_analysis_result_set_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/differential_expression_analysis_result_value_object.py b/gemmapy/sdk/models/differential_expression_analysis_result_value_object.py index 9287f7e..6c117b8 100644 --- a/gemmapy/sdk/models/differential_expression_analysis_result_value_object.py +++ b/gemmapy/sdk/models/differential_expression_analysis_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/differential_expression_analysis_value_object.py b/gemmapy/sdk/models/differential_expression_analysis_value_object.py index 46beb1c..847007d 100644 --- a/gemmapy/sdk/models/differential_expression_analysis_value_object.py +++ b/gemmapy/sdk/models/differential_expression_analysis_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/experiment_expression_levels_value_object.py b/gemmapy/sdk/models/experiment_expression_levels_value_object.py index e7ad6b1..8327728 100644 --- a/gemmapy/sdk/models/experiment_expression_levels_value_object.py +++ b/gemmapy/sdk/models/experiment_expression_levels_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/experimental_factor_value_object.py b/gemmapy/sdk/models/experimental_factor_value_object.py index f30f079..af742a0 100644 --- a/gemmapy/sdk/models/experimental_factor_value_object.py +++ b/gemmapy/sdk/models/experimental_factor_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/expression_experiment_set_value_object.py b/gemmapy/sdk/models/expression_experiment_set_value_object.py index 31c472a..25596be 100644 --- a/gemmapy/sdk/models/expression_experiment_set_value_object.py +++ b/gemmapy/sdk/models/expression_experiment_set_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/expression_experiment_value_object.py b/gemmapy/sdk/models/expression_experiment_value_object.py index f5d2be3..7fe9f63 100644 --- a/gemmapy/sdk/models/expression_experiment_value_object.py +++ b/gemmapy/sdk/models/expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -51,8 +51,8 @@ class ExpressionExperimentValueObject(object): 'short_name': 'str', 'source': 'str', 'technology_type': 'str', - 'taxon_id': 'int', 'bio_assay_count': 'int', + 'taxon_id': 'int', 'trouble_details': 'str', 'number_of_array_designs': 'int', 'number_of_processed_expression_vectors': 'int', @@ -83,15 +83,15 @@ class ExpressionExperimentValueObject(object): 'short_name': 'shortName', 'source': 'source', 'technology_type': 'technologyType', - 'taxon_id': 'taxonId', 'bio_assay_count': 'bioAssayCount', + 'taxon_id': 'taxonId', 'trouble_details': 'troubleDetails', 'number_of_array_designs': 'numberOfArrayDesigns', 'number_of_processed_expression_vectors': 'numberOfProcessedExpressionVectors', 'taxon': 'taxon' } - def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, number_of_bio_assays=None, description=None, name=None, accession=None, batch_confound=None, batch_effect=None, batch_effect_statistics=None, external_database=None, external_database_uri=None, external_uri=None, geeq=None, metadata=None, short_name=None, source=None, technology_type=None, taxon_id=None, bio_assay_count=None, trouble_details=None, number_of_array_designs=None, number_of_processed_expression_vectors=None, taxon=None): # noqa: E501 + def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, number_of_bio_assays=None, description=None, name=None, accession=None, batch_confound=None, batch_effect=None, batch_effect_statistics=None, external_database=None, external_database_uri=None, external_uri=None, geeq=None, metadata=None, short_name=None, source=None, technology_type=None, bio_assay_count=None, taxon_id=None, trouble_details=None, number_of_array_designs=None, number_of_processed_expression_vectors=None, taxon=None): # noqa: E501 """ExpressionExperimentValueObject - a model defined in Swagger""" # noqa: E501 self._id = None self._last_updated = None @@ -116,8 +116,8 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self._short_name = None self._source = None self._technology_type = None - self._taxon_id = None self._bio_assay_count = None + self._taxon_id = None self._trouble_details = None self._number_of_array_designs = None self._number_of_processed_expression_vectors = None @@ -169,10 +169,10 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self.source = source if technology_type is not None: self.technology_type = technology_type - if taxon_id is not None: - self.taxon_id = taxon_id if bio_assay_count is not None: self.bio_assay_count = bio_assay_count + if taxon_id is not None: + self.taxon_id = taxon_id if trouble_details is not None: self.trouble_details = trouble_details if number_of_array_designs is not None: @@ -672,46 +672,46 @@ def technology_type(self, technology_type): self._technology_type = technology_type @property - def taxon_id(self): - """Gets the taxon_id of this ExpressionExperimentValueObject. # noqa: E501 + def bio_assay_count(self): + """Gets the bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 - :return: The taxon_id of this ExpressionExperimentValueObject. # noqa: E501 + :return: The bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 :rtype: int """ - return self._taxon_id + return self._bio_assay_count - @taxon_id.setter - def taxon_id(self, taxon_id): - """Sets the taxon_id of this ExpressionExperimentValueObject. + @bio_assay_count.setter + def bio_assay_count(self, bio_assay_count): + """Sets the bio_assay_count of this ExpressionExperimentValueObject. - :param taxon_id: The taxon_id of this ExpressionExperimentValueObject. # noqa: E501 + :param bio_assay_count: The bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 :type: int """ - self._taxon_id = taxon_id + self._bio_assay_count = bio_assay_count @property - def bio_assay_count(self): - """Gets the bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 + def taxon_id(self): + """Gets the taxon_id of this ExpressionExperimentValueObject. # noqa: E501 - :return: The bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 + :return: The taxon_id of this ExpressionExperimentValueObject. # noqa: E501 :rtype: int """ - return self._bio_assay_count + return self._taxon_id - @bio_assay_count.setter - def bio_assay_count(self, bio_assay_count): - """Sets the bio_assay_count of this ExpressionExperimentValueObject. + @taxon_id.setter + def taxon_id(self, taxon_id): + """Sets the taxon_id of this ExpressionExperimentValueObject. - :param bio_assay_count: The bio_assay_count of this ExpressionExperimentValueObject. # noqa: E501 + :param taxon_id: The taxon_id of this ExpressionExperimentValueObject. # noqa: E501 :type: int """ - self._bio_assay_count = bio_assay_count + self._taxon_id = taxon_id @property def trouble_details(self): diff --git a/gemmapy/sdk/models/expression_experiment_with_search_result_value_object.py b/gemmapy/sdk/models/expression_experiment_with_search_result_value_object.py index b508889..0f4c858 100644 --- a/gemmapy/sdk/models/expression_experiment_with_search_result_value_object.py +++ b/gemmapy/sdk/models/expression_experiment_with_search_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -52,8 +52,8 @@ class ExpressionExperimentWithSearchResultValueObject(object): 'source': 'str', 'technology_type': 'str', 'search_result': 'SearchResultValueObjectExpressionExperimentValueObject', - 'taxon_id': 'int', 'bio_assay_count': 'int', + 'taxon_id': 'int', 'trouble_details': 'str', 'number_of_array_designs': 'int', 'number_of_processed_expression_vectors': 'int', @@ -85,15 +85,15 @@ class ExpressionExperimentWithSearchResultValueObject(object): 'source': 'source', 'technology_type': 'technologyType', 'search_result': 'searchResult', - 'taxon_id': 'taxonId', 'bio_assay_count': 'bioAssayCount', + 'taxon_id': 'taxonId', 'trouble_details': 'troubleDetails', 'number_of_array_designs': 'numberOfArrayDesigns', 'number_of_processed_expression_vectors': 'numberOfProcessedExpressionVectors', 'taxon': 'taxon' } - def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, number_of_bio_assays=None, description=None, name=None, accession=None, batch_confound=None, batch_effect=None, batch_effect_statistics=None, external_database=None, external_database_uri=None, external_uri=None, geeq=None, metadata=None, short_name=None, source=None, technology_type=None, search_result=None, taxon_id=None, bio_assay_count=None, trouble_details=None, number_of_array_designs=None, number_of_processed_expression_vectors=None, taxon=None): # noqa: E501 + def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_event=None, needs_attention=None, last_needs_attention_event=None, curation_note=None, last_note_update_event=None, number_of_bio_assays=None, description=None, name=None, accession=None, batch_confound=None, batch_effect=None, batch_effect_statistics=None, external_database=None, external_database_uri=None, external_uri=None, geeq=None, metadata=None, short_name=None, source=None, technology_type=None, search_result=None, bio_assay_count=None, taxon_id=None, trouble_details=None, number_of_array_designs=None, number_of_processed_expression_vectors=None, taxon=None): # noqa: E501 """ExpressionExperimentWithSearchResultValueObject - a model defined in Swagger""" # noqa: E501 self._id = None self._last_updated = None @@ -119,8 +119,8 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self._source = None self._technology_type = None self._search_result = None - self._taxon_id = None self._bio_assay_count = None + self._taxon_id = None self._trouble_details = None self._number_of_array_designs = None self._number_of_processed_expression_vectors = None @@ -174,10 +174,10 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even self.technology_type = technology_type if search_result is not None: self.search_result = search_result - if taxon_id is not None: - self.taxon_id = taxon_id if bio_assay_count is not None: self.bio_assay_count = bio_assay_count + if taxon_id is not None: + self.taxon_id = taxon_id if trouble_details is not None: self.trouble_details = trouble_details if number_of_array_designs is not None: @@ -698,46 +698,46 @@ def search_result(self, search_result): self._search_result = search_result @property - def taxon_id(self): - """Gets the taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + def bio_assay_count(self): + """Gets the bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 - :return: The taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + :return: The bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 :rtype: int """ - return self._taxon_id + return self._bio_assay_count - @taxon_id.setter - def taxon_id(self, taxon_id): - """Sets the taxon_id of this ExpressionExperimentWithSearchResultValueObject. + @bio_assay_count.setter + def bio_assay_count(self, bio_assay_count): + """Sets the bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. - :param taxon_id: The taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + :param bio_assay_count: The bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 :type: int """ - self._taxon_id = taxon_id + self._bio_assay_count = bio_assay_count @property - def bio_assay_count(self): - """Gets the bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + def taxon_id(self): + """Gets the taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 - :return: The bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + :return: The taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 :rtype: int """ - return self._bio_assay_count + return self._taxon_id - @bio_assay_count.setter - def bio_assay_count(self, bio_assay_count): - """Sets the bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. + @taxon_id.setter + def taxon_id(self, taxon_id): + """Sets the taxon_id of this ExpressionExperimentWithSearchResultValueObject. - :param bio_assay_count: The bio_assay_count of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 + :param taxon_id: The taxon_id of this ExpressionExperimentWithSearchResultValueObject. # noqa: E501 :type: int """ - self._bio_assay_count = bio_assay_count + self._taxon_id = taxon_id @property def trouble_details(self): diff --git a/gemmapy/sdk/models/external_database_value_object.py b/gemmapy/sdk/models/external_database_value_object.py index 5ae2c5d..9144714 100644 --- a/gemmapy/sdk/models/external_database_value_object.py +++ b/gemmapy/sdk/models/external_database_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/factor_value_basic_value_object.py b/gemmapy/sdk/models/factor_value_basic_value_object.py index 65bc60d..88e7900 100644 --- a/gemmapy/sdk/models/factor_value_basic_value_object.py +++ b/gemmapy/sdk/models/factor_value_basic_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/factor_value_value_object.py b/gemmapy/sdk/models/factor_value_value_object.py index e5f96e4..67a65f1 100644 --- a/gemmapy/sdk/models/factor_value_value_object.py +++ b/gemmapy/sdk/models/factor_value_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filter_arg_array_design.py b/gemmapy/sdk/models/filter_arg_array_design.py index 4965dd1..0764342 100644 --- a/gemmapy/sdk/models/filter_arg_array_design.py +++ b/gemmapy/sdk/models/filter_arg_array_design.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filter_arg_expression_analysis_result_set.py b/gemmapy/sdk/models/filter_arg_expression_analysis_result_set.py index 3b20d17..4a588a4 100644 --- a/gemmapy/sdk/models/filter_arg_expression_analysis_result_set.py +++ b/gemmapy/sdk/models/filter_arg_expression_analysis_result_set.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filter_arg_expression_experiment.py b/gemmapy/sdk/models/filter_arg_expression_experiment.py index 9354187..7f71f46 100644 --- a/gemmapy/sdk/models/filter_arg_expression_experiment.py +++ b/gemmapy/sdk/models/filter_arg_expression_experiment.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_inferred_and_paginated_response_data_object_expression_experiment_value_object.py b/gemmapy/sdk/models/filtered_and_inferred_and_paginated_response_data_object_expression_experiment_value_object.py index 5303c69..269dca7 100644 --- a/gemmapy/sdk/models/filtered_and_inferred_and_paginated_response_data_object_expression_experiment_value_object.py +++ b/gemmapy/sdk/models/filtered_and_inferred_and_paginated_response_data_object_expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_array_design_value_object.py b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_array_design_value_object.py index d6d8097..067c892 100644 --- a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_array_design_value_object.py +++ b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_array_design_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_composite_sequence_value_object.py b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_composite_sequence_value_object.py index 58c572f..8f3197e 100644 --- a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_composite_sequence_value_object.py +++ b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_composite_sequence_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_differential_expression_analysis_result_set_value_object.py b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_differential_expression_analysis_result_set_value_object.py index a7db11f..e0d5723 100644 --- a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_differential_expression_analysis_result_set_value_object.py +++ b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_differential_expression_analysis_result_set_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_expression_experiment_value_object.py b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_expression_experiment_value_object.py index 183fbde..bd6a026 100644 --- a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_expression_experiment_value_object.py +++ b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_gene_value_object.py b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_gene_value_object.py index 4c09cb9..61ea2e5 100644 --- a/gemmapy/sdk/models/filtered_and_paginated_response_data_object_gene_value_object.py +++ b/gemmapy/sdk/models/filtered_and_paginated_response_data_object_gene_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/geeq_value_object.py b/gemmapy/sdk/models/geeq_value_object.py index 5c94707..9eeea2f 100644 --- a/gemmapy/sdk/models/geeq_value_object.py +++ b/gemmapy/sdk/models/geeq_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene.py b/gemmapy/sdk/models/gene.py index 891c194..32c4c4a 100644 --- a/gemmapy/sdk/models/gene.py +++ b/gemmapy/sdk/models/gene.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene1.py b/gemmapy/sdk/models/gene1.py index fa1d81e..3f6a8ac 100644 --- a/gemmapy/sdk/models/gene1.py +++ b/gemmapy/sdk/models/gene1.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene2.py b/gemmapy/sdk/models/gene2.py index 5e7434a..a4879f4 100644 --- a/gemmapy/sdk/models/gene2.py +++ b/gemmapy/sdk/models/gene2.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene3.py b/gemmapy/sdk/models/gene3.py index 6da4040..16c504f 100644 --- a/gemmapy/sdk/models/gene3.py +++ b/gemmapy/sdk/models/gene3.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene4.py b/gemmapy/sdk/models/gene4.py index f06ea2a..332b5e6 100644 --- a/gemmapy/sdk/models/gene4.py +++ b/gemmapy/sdk/models/gene4.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene5.py b/gemmapy/sdk/models/gene5.py index f810d6d..e26eabf 100644 --- a/gemmapy/sdk/models/gene5.py +++ b/gemmapy/sdk/models/gene5.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene_arg.py b/gemmapy/sdk/models/gene_arg.py index 58465f8..4995099 100644 --- a/gemmapy/sdk/models/gene_arg.py +++ b/gemmapy/sdk/models/gene_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene_element_expressions_value_object.py b/gemmapy/sdk/models/gene_element_expressions_value_object.py index 94274d3..a1a0075 100644 --- a/gemmapy/sdk/models/gene_element_expressions_value_object.py +++ b/gemmapy/sdk/models/gene_element_expressions_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene_ontology_term_value_object.py b/gemmapy/sdk/models/gene_ontology_term_value_object.py index b194aa2..2bc2287 100644 --- a/gemmapy/sdk/models/gene_ontology_term_value_object.py +++ b/gemmapy/sdk/models/gene_ontology_term_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene_set_value_object.py b/gemmapy/sdk/models/gene_set_value_object.py index 8641fbf..51a8e96 100644 --- a/gemmapy/sdk/models/gene_set_value_object.py +++ b/gemmapy/sdk/models/gene_set_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/gene_value_object.py b/gemmapy/sdk/models/gene_value_object.py index 292028e..7ec13d1 100644 --- a/gemmapy/sdk/models/gene_value_object.py +++ b/gemmapy/sdk/models/gene_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/measurement_value_object.py b/gemmapy/sdk/models/measurement_value_object.py index a5e810a..b064ace 100644 --- a/gemmapy/sdk/models/measurement_value_object.py +++ b/gemmapy/sdk/models/measurement_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/one_of_search_result_value_object_object_result_object.py b/gemmapy/sdk/models/one_of_search_result_value_object_object_result_object.py index abe90e1..107431b 100644 --- a/gemmapy/sdk/models/one_of_search_result_value_object_object_result_object.py +++ b/gemmapy/sdk/models/one_of_search_result_value_object_object_result_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/ontology_term_value_object.py b/gemmapy/sdk/models/ontology_term_value_object.py index 0c4325b..86a08e2 100644 --- a/gemmapy/sdk/models/ontology_term_value_object.py +++ b/gemmapy/sdk/models/ontology_term_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/paginated_response_data_object_composite_sequence_value_object.py b/gemmapy/sdk/models/paginated_response_data_object_composite_sequence_value_object.py index fdb14a5..ba1a9b1 100644 --- a/gemmapy/sdk/models/paginated_response_data_object_composite_sequence_value_object.py +++ b/gemmapy/sdk/models/paginated_response_data_object_composite_sequence_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/paginated_response_data_object_expression_experiment_value_object.py b/gemmapy/sdk/models/paginated_response_data_object_expression_experiment_value_object.py index 9b60f62..8b98bae 100644 --- a/gemmapy/sdk/models/paginated_response_data_object_expression_experiment_value_object.py +++ b/gemmapy/sdk/models/paginated_response_data_object_expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/paginated_response_data_object_gene_value_object.py b/gemmapy/sdk/models/paginated_response_data_object_gene_value_object.py index 608b80c..f8f7720 100644 --- a/gemmapy/sdk/models/paginated_response_data_object_gene_value_object.py +++ b/gemmapy/sdk/models/paginated_response_data_object_gene_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/paginated_results_response_data_object_differential_expression_analysis_result_set_value_object.py b/gemmapy/sdk/models/paginated_results_response_data_object_differential_expression_analysis_result_set_value_object.py index 9440215..bd49b6c 100644 --- a/gemmapy/sdk/models/paginated_results_response_data_object_differential_expression_analysis_result_set_value_object.py +++ b/gemmapy/sdk/models/paginated_results_response_data_object_differential_expression_analysis_result_set_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/physical_location_value_object.py b/gemmapy/sdk/models/physical_location_value_object.py index fc2168f..d9f903a 100644 --- a/gemmapy/sdk/models/physical_location_value_object.py +++ b/gemmapy/sdk/models/physical_location_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform.py b/gemmapy/sdk/models/platform.py index f839dd1..a213545 100644 --- a/gemmapy/sdk/models/platform.py +++ b/gemmapy/sdk/models/platform.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform1.py b/gemmapy/sdk/models/platform1.py index ace45c3..7ec8723 100644 --- a/gemmapy/sdk/models/platform1.py +++ b/gemmapy/sdk/models/platform1.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform2.py b/gemmapy/sdk/models/platform2.py index 4d98094..edb7502 100644 --- a/gemmapy/sdk/models/platform2.py +++ b/gemmapy/sdk/models/platform2.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform3.py b/gemmapy/sdk/models/platform3.py index 4cadadd..b5583f8 100644 --- a/gemmapy/sdk/models/platform3.py +++ b/gemmapy/sdk/models/platform3.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform4.py b/gemmapy/sdk/models/platform4.py index d836d7b..c5ab1bb 100644 --- a/gemmapy/sdk/models/platform4.py +++ b/gemmapy/sdk/models/platform4.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform5.py b/gemmapy/sdk/models/platform5.py index 55dddd3..ce7f402 100644 --- a/gemmapy/sdk/models/platform5.py +++ b/gemmapy/sdk/models/platform5.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/platform_arg.py b/gemmapy/sdk/models/platform_arg.py index c2e4489..e5f8671 100644 --- a/gemmapy/sdk/models/platform_arg.py +++ b/gemmapy/sdk/models/platform_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/probe.py b/gemmapy/sdk/models/probe.py index 650f91e..196612a 100644 --- a/gemmapy/sdk/models/probe.py +++ b/gemmapy/sdk/models/probe.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/quantitation_type.py b/gemmapy/sdk/models/quantitation_type.py index 9ef59fc..e2658e4 100644 --- a/gemmapy/sdk/models/quantitation_type.py +++ b/gemmapy/sdk/models/quantitation_type.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/quantitation_type_arg.py b/gemmapy/sdk/models/quantitation_type_arg.py index c1cdcc5..937b943 100644 --- a/gemmapy/sdk/models/quantitation_type_arg.py +++ b/gemmapy/sdk/models/quantitation_type_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/quantitation_type_value_object.py b/gemmapy/sdk/models/quantitation_type_value_object.py index 9800b6b..12eac95 100644 --- a/gemmapy/sdk/models/quantitation_type_value_object.py +++ b/gemmapy/sdk/models/quantitation_type_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object.py index 1a06d6b..4b451e8 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object.py index cf67ea9..3940073 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object.py index 1489c18..e1f8a79 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object.py index 9600ab6..a323f4e 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object.py index e89c5bb..55c18ac 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object.py b/gemmapy/sdk/models/queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object.py index a9a31d6..353bcf8 100644 --- a/gemmapy/sdk/models/queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object.py +++ b/gemmapy/sdk/models/queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/query_arg.py b/gemmapy/sdk/models/query_arg.py index ce62fc5..acf8ef7 100644 --- a/gemmapy/sdk/models/query_arg.py +++ b/gemmapy/sdk/models/query_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_api_info_value_object.py b/gemmapy/sdk/models/response_data_object_api_info_value_object.py index c3e13ac..d9e7baa 100644 --- a/gemmapy/sdk/models/response_data_object_api_info_value_object.py +++ b/gemmapy/sdk/models/response_data_object_api_info_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_annotation_search_result_value_object.py b/gemmapy/sdk/models/response_data_object_list_annotation_search_result_value_object.py index bfc063f..ad73f55 100644 --- a/gemmapy/sdk/models/response_data_object_list_annotation_search_result_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_annotation_search_result_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_array_design_value_object.py b/gemmapy/sdk/models/response_data_object_list_array_design_value_object.py index 425d5b5..92b75b0 100644 --- a/gemmapy/sdk/models/response_data_object_list_array_design_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_array_design_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_bio_assay_value_object.py b/gemmapy/sdk/models/response_data_object_list_bio_assay_value_object.py index 53d2d5c..342c984 100644 --- a/gemmapy/sdk/models/response_data_object_list_bio_assay_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_bio_assay_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_differential_expression_analysis_value_object.py b/gemmapy/sdk/models/response_data_object_list_differential_expression_analysis_value_object.py index 1c99bd5..ff9fbce 100644 --- a/gemmapy/sdk/models/response_data_object_list_differential_expression_analysis_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_differential_expression_analysis_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_experiment_expression_levels_value_object.py b/gemmapy/sdk/models/response_data_object_list_experiment_expression_levels_value_object.py index ed29ae4..7a9d58b 100644 --- a/gemmapy/sdk/models/response_data_object_list_experiment_expression_levels_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_experiment_expression_levels_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_gene_ontology_term_value_object.py b/gemmapy/sdk/models/response_data_object_list_gene_ontology_term_value_object.py index bec52b3..9d537a2 100644 --- a/gemmapy/sdk/models/response_data_object_list_gene_ontology_term_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_gene_ontology_term_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_gene_value_object.py b/gemmapy/sdk/models/response_data_object_list_gene_value_object.py index d5911e9..4ea7e54 100644 --- a/gemmapy/sdk/models/response_data_object_list_gene_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_gene_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_physical_location_value_object.py b/gemmapy/sdk/models/response_data_object_list_physical_location_value_object.py index f66022b..185027c 100644 --- a/gemmapy/sdk/models/response_data_object_list_physical_location_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_physical_location_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_list_taxon_value_object.py b/gemmapy/sdk/models/response_data_object_list_taxon_value_object.py index c8c43b3..03c4ede 100644 --- a/gemmapy/sdk/models/response_data_object_list_taxon_value_object.py +++ b/gemmapy/sdk/models/response_data_object_list_taxon_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_long.py b/gemmapy/sdk/models/response_data_object_long.py index a43fa11..7bd4272 100644 --- a/gemmapy/sdk/models/response_data_object_long.py +++ b/gemmapy/sdk/models/response_data_object_long.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_set_annotation_value_object.py b/gemmapy/sdk/models/response_data_object_set_annotation_value_object.py index 289c49c..f0ed558 100644 --- a/gemmapy/sdk/models/response_data_object_set_annotation_value_object.py +++ b/gemmapy/sdk/models/response_data_object_set_annotation_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_set_quantitation_type_value_object.py b/gemmapy/sdk/models/response_data_object_set_quantitation_type_value_object.py index bc90670..b683815 100644 --- a/gemmapy/sdk/models/response_data_object_set_quantitation_type_value_object.py +++ b/gemmapy/sdk/models/response_data_object_set_quantitation_type_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_data_object_simple_svd_value_object.py b/gemmapy/sdk/models/response_data_object_simple_svd_value_object.py index 290d058..76b1f07 100644 --- a/gemmapy/sdk/models/response_data_object_simple_svd_value_object.py +++ b/gemmapy/sdk/models/response_data_object_simple_svd_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/response_error_object.py b/gemmapy/sdk/models/response_error_object.py index 60ce9e4..7c3e3b0 100644 --- a/gemmapy/sdk/models/response_error_object.py +++ b/gemmapy/sdk/models/response_error_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -29,23 +29,28 @@ class ResponseErrorObject(object): """ swagger_types = { 'error': 'WellComposedErrorBody', - 'api_version': 'str' + 'api_version': 'str', + 'build_info': 'BuildInfoValueObject' } attribute_map = { 'error': 'error', - 'api_version': 'apiVersion' + 'api_version': 'apiVersion', + 'build_info': 'buildInfo' } - def __init__(self, error=None, api_version=None): # noqa: E501 + def __init__(self, error=None, api_version=None, build_info=None): # noqa: E501 """ResponseErrorObject - a model defined in Swagger""" # noqa: E501 self._error = None self._api_version = None + self._build_info = None self.discriminator = None if error is not None: self.error = error if api_version is not None: self.api_version = api_version + if build_info is not None: + self.build_info = build_info @property def error(self): @@ -89,6 +94,27 @@ def api_version(self, api_version): self._api_version = api_version + @property + def build_info(self): + """Gets the build_info of this ResponseErrorObject. # noqa: E501 + + + :return: The build_info of this ResponseErrorObject. # noqa: E501 + :rtype: BuildInfoValueObject + """ + return self._build_info + + @build_info.setter + def build_info(self, build_info): + """Sets the build_info of this ResponseErrorObject. + + + :param build_info: The build_info of this ResponseErrorObject. # noqa: E501 + :type: BuildInfoValueObject + """ + + self._build_info = build_info + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gemmapy/sdk/models/search_result_type.py b/gemmapy/sdk/models/search_result_type.py index 50751d8..3b772e1 100644 --- a/gemmapy/sdk/models/search_result_type.py +++ b/gemmapy/sdk/models/search_result_type.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/search_result_value_object_expression_experiment_value_object.py b/gemmapy/sdk/models/search_result_value_object_expression_experiment_value_object.py index 5e9897c..50a6de1 100644 --- a/gemmapy/sdk/models/search_result_value_object_expression_experiment_value_object.py +++ b/gemmapy/sdk/models/search_result_value_object_expression_experiment_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/search_result_value_object_object.py b/gemmapy/sdk/models/search_result_value_object_object.py index 34f1a60..d4a7f11 100644 --- a/gemmapy/sdk/models/search_result_value_object_object.py +++ b/gemmapy/sdk/models/search_result_value_object_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/search_results_response_data_object.py b/gemmapy/sdk/models/search_results_response_data_object.py index ef4703b..adcd968 100644 --- a/gemmapy/sdk/models/search_results_response_data_object.py +++ b/gemmapy/sdk/models/search_results_response_data_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/search_settings_value_object.py b/gemmapy/sdk/models/search_settings_value_object.py index f70780e..e81f758 100644 --- a/gemmapy/sdk/models/search_settings_value_object.py +++ b/gemmapy/sdk/models/search_settings_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/simple_svd_value_object.py b/gemmapy/sdk/models/simple_svd_value_object.py index 0364be8..6f77c82 100644 --- a/gemmapy/sdk/models/simple_svd_value_object.py +++ b/gemmapy/sdk/models/simple_svd_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/sort_arg_array_design.py b/gemmapy/sdk/models/sort_arg_array_design.py index 6062386..ed1ad14 100644 --- a/gemmapy/sdk/models/sort_arg_array_design.py +++ b/gemmapy/sdk/models/sort_arg_array_design.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/sort_arg_expression_analysis_result_set.py b/gemmapy/sdk/models/sort_arg_expression_analysis_result_set.py index c77ab4d..2271377 100644 --- a/gemmapy/sdk/models/sort_arg_expression_analysis_result_set.py +++ b/gemmapy/sdk/models/sort_arg_expression_analysis_result_set.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/sort_arg_expression_experiment.py b/gemmapy/sdk/models/sort_arg_expression_experiment.py index 4558102..5e3c173 100644 --- a/gemmapy/sdk/models/sort_arg_expression_experiment.py +++ b/gemmapy/sdk/models/sort_arg_expression_experiment.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/sort_value_object.py b/gemmapy/sdk/models/sort_value_object.py index c524501..ac5a76d 100644 --- a/gemmapy/sdk/models/sort_value_object.py +++ b/gemmapy/sdk/models/sort_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/statement_value_object.py b/gemmapy/sdk/models/statement_value_object.py index fbd4134..2f61f8a 100644 --- a/gemmapy/sdk/models/statement_value_object.py +++ b/gemmapy/sdk/models/statement_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxa.py b/gemmapy/sdk/models/taxa.py index fa4b72f..b1def09 100644 --- a/gemmapy/sdk/models/taxa.py +++ b/gemmapy/sdk/models/taxa.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon.py b/gemmapy/sdk/models/taxon.py index ccccb37..def3c5e 100644 --- a/gemmapy/sdk/models/taxon.py +++ b/gemmapy/sdk/models/taxon.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon1.py b/gemmapy/sdk/models/taxon1.py index 2996de8..030cdd0 100644 --- a/gemmapy/sdk/models/taxon1.py +++ b/gemmapy/sdk/models/taxon1.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon2.py b/gemmapy/sdk/models/taxon2.py index d222507..4628f24 100644 --- a/gemmapy/sdk/models/taxon2.py +++ b/gemmapy/sdk/models/taxon2.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon3.py b/gemmapy/sdk/models/taxon3.py index cf0941b..978700c 100644 --- a/gemmapy/sdk/models/taxon3.py +++ b/gemmapy/sdk/models/taxon3.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon4.py b/gemmapy/sdk/models/taxon4.py index 6ba5ff3..18b16da 100644 --- a/gemmapy/sdk/models/taxon4.py +++ b/gemmapy/sdk/models/taxon4.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon5.py b/gemmapy/sdk/models/taxon5.py index 75677fa..a38de20 100644 --- a/gemmapy/sdk/models/taxon5.py +++ b/gemmapy/sdk/models/taxon5.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon6.py b/gemmapy/sdk/models/taxon6.py index cad58b8..25c1998 100644 --- a/gemmapy/sdk/models/taxon6.py +++ b/gemmapy/sdk/models/taxon6.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon7.py b/gemmapy/sdk/models/taxon7.py index f5c5be3..585f2bb 100644 --- a/gemmapy/sdk/models/taxon7.py +++ b/gemmapy/sdk/models/taxon7.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon8.py b/gemmapy/sdk/models/taxon8.py index ebf2766..4bdc573 100644 --- a/gemmapy/sdk/models/taxon8.py +++ b/gemmapy/sdk/models/taxon8.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon9.py b/gemmapy/sdk/models/taxon9.py index eb99fa5..529b3c2 100644 --- a/gemmapy/sdk/models/taxon9.py +++ b/gemmapy/sdk/models/taxon9.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon_arg.py b/gemmapy/sdk/models/taxon_arg.py index b8002be..b23bd07 100644 --- a/gemmapy/sdk/models/taxon_arg.py +++ b/gemmapy/sdk/models/taxon_arg.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon_value_object.py b/gemmapy/sdk/models/taxon_value_object.py index a9fe636..205df47 100644 --- a/gemmapy/sdk/models/taxon_value_object.py +++ b/gemmapy/sdk/models/taxon_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/taxon_with_usage_statistics_value_object.py b/gemmapy/sdk/models/taxon_with_usage_statistics_value_object.py index ab549eb..2c94432 100644 --- a/gemmapy/sdk/models/taxon_with_usage_statistics_value_object.py +++ b/gemmapy/sdk/models/taxon_with_usage_statistics_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/vector_element_value_object.py b/gemmapy/sdk/models/vector_element_value_object.py index 5f7c717..dde5c37 100644 --- a/gemmapy/sdk/models/vector_element_value_object.py +++ b/gemmapy/sdk/models/vector_element_value_object.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/models/well_composed_error_body.py b/gemmapy/sdk/models/well_composed_error_body.py index b3e1ebf..4625477 100644 --- a/gemmapy/sdk/models/well_composed_error_body.py +++ b/gemmapy/sdk/models/well_composed_error_body.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/gemmapy/sdk/rest.py b/gemmapy/sdk/rest.py index d22d793..9a572f8 100644 --- a/gemmapy/sdk/rest.py +++ b/gemmapy/sdk/rest.py @@ -5,7 +5,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 - OpenAPI spec version: 2.7.5 + OpenAPI spec version: 2.7.6 Contact: pavlab-support@msl.ubc.ca Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/sdk-gen/openapi.yaml b/sdk-gen/openapi.yaml index 9ed1e03..0732f6a 100644 --- a/sdk-gen/openapi.yaml +++ b/sdk-gen/openapi.yaml @@ -14,12 +14,9 @@ info: name: Pavlidis Lab Support url: https://pavlab.msl.ubc.ca/ email: pavlab-support@msl.ubc.ca - version: 2.7.5 + version: 2.7.6 servers: - url: https://gemma.msl.ubc.ca/rest/v2 - description: Gemma -- url: https://dev.gemma.msl.ubc.ca/rest/v2 - description: Gemma (development server) security: - basicAuth: [] - cookieAuth: [] @@ -1926,15 +1923,15 @@ paths: items: type: string enum: - - ubic.gemma.model.expression.arrayDesign.ArrayDesign - ubic.gemma.model.analysis.expression.ExpressionExperimentSet + - ubic.gemma.model.expression.BlacklistedEntity + - ubic.gemma.model.expression.experiment.ExpressionExperiment + - ubic.gemma.model.expression.arrayDesign.ArrayDesign - ubic.gemma.model.genome.gene.GeneSet - ubic.gemma.model.association.phenotype.PhenotypeAssociation - ubic.gemma.model.common.description.BibliographicReference - - ubic.gemma.model.expression.experiment.ExpressionExperiment - - ubic.gemma.model.expression.BlacklistedEntity - - ubic.gemma.model.genome.Gene - ubic.gemma.model.genome.biosequence.BioSequence + - ubic.gemma.model.genome.Gene - ubic.gemma.model.expression.designElement.CompositeSequence - name: limit in: query @@ -2765,15 +2762,15 @@ components: downregulatedCount: type: integer format: int32 - numberOfUpregulatedProbes: - type: integer - format: int32 numberOfDownregulatedProbes: type: integer format: int32 qvalue: type: number format: double + numberOfUpregulatedProbes: + type: integer + format: int32 DifferentialExpressionAnalysisResultSetValueObject: type: object properties: @@ -3129,6 +3126,16 @@ components: format: int32 externalDatabase: $ref: '#/components/schemas/ExternalDatabaseValueObject' + BuildInfoValueObject: + type: object + properties: + version: + type: string + timestamp: + type: string + format: date-time + gitHash: + type: string ResponseErrorObject: type: object properties: @@ -3136,6 +3143,8 @@ components: $ref: '#/components/schemas/WellComposedErrorBody' apiVersion: type: string + buildInfo: + $ref: '#/components/schemas/BuildInfoValueObject' WellComposedErrorBody: type: object properties: @@ -3587,12 +3596,12 @@ components: type: string technologyType: type: string - taxonId: - type: integer - format: int64 bioAssayCount: type: integer format: int32 + taxonId: + type: integer + format: int64 troubleDetails: type: string numberOfArrayDesigns: @@ -5473,10 +5482,10 @@ components: type: array items: $ref: '#/components/schemas/DatabaseEntryValueObject' - numberOfExpressionExperiments: + taxonID: type: integer format: int64 - taxonID: + numberOfExpressionExperiments: type: integer format: int64 troubleDetails: @@ -5925,12 +5934,12 @@ components: type: string searchResult: $ref: '#/components/schemas/SearchResultValueObjectExpressionExperimentValueObject' - taxonId: - type: integer - format: int64 bioAssayCount: type: integer format: int32 + taxonId: + type: integer + format: int64 troubleDetails: type: string numberOfArrayDesigns: @@ -6025,7 +6034,7 @@ components: \ the exact phrase \"alpha beta gamma\". \ \ |\n| Field | `shortName:GSE00001` \ \ | Results with short name GSE00001.
List of supported\ - \ fields

ubic.gemma.model.genome.gene.GeneSet

ubic.gemma.model.expression.experiment.ExpressionExperiment

ubic.gemma.model.expression.designElement.CompositeSequence

ubic.gemma.model.expression.arrayDesign.ArrayDesign

ubic.gemma.model.genome.Gene

ubic.gemma.model.genome.biosequence.BioSequence

\ + \ fields

ubic.gemma.model.expression.experiment.ExpressionExperiment

ubic.gemma.model.genome.gene.GeneSet

ubic.gemma.model.expression.designElement.CompositeSequence

ubic.gemma.model.expression.arrayDesign.ArrayDesign

ubic.gemma.model.genome.Gene

ubic.gemma.model.genome.biosequence.BioSequence

\ \ |\n| Prefix | `alpha*` | Results must start with\ \ \"alpha\". \ \ |\n| Wildcard | `BRCA?` \ @@ -6043,33 +6052,6 @@ components: externalDocs: url: https://lucene.apache.org/core/3_6_2/queryparsersyntax.html x-gemma-searchable-properties: - ubic.gemma.model.genome.gene.GeneSet: - - description - - name - - characteristics.value - - characteristics.valueUri - - literatureSources.abstractText - - literatureSources.authorList - - literatureSources.fullTextUri - - literatureSources.name - - literatureSources.title - - sourceAccession.accession - - literatureSources.chemicals.name - - literatureSources.chemicals.registryNumber - - literatureSources.keywords.term - - literatureSources.meshTerms.term - - literatureSources.pubAccession.accession - - members.gene.ensemblId - - members.gene.name - - members.gene.ncbiGeneId - - members.gene.officialName - - members.gene.officialSymbol - - members.gene.accessions.accession - - members.gene.aliases.alias - - members.gene.products.name - - members.gene.products.ncbiGi - - members.gene.products.previousNcbiId - - members.gene.products.accessions.accession ubic.gemma.model.expression.experiment.ExpressionExperiment: - description - name @@ -6115,6 +6097,33 @@ components: - experimentalDesign.experimentalFactors.factorValues.characteristics.secondObjectUri - experimentalDesign.experimentalFactors.factorValues.characteristics.value - experimentalDesign.experimentalFactors.factorValues.characteristics.valueUri + ubic.gemma.model.genome.gene.GeneSet: + - description + - name + - characteristics.value + - characteristics.valueUri + - literatureSources.abstractText + - literatureSources.authorList + - literatureSources.fullTextUri + - literatureSources.name + - literatureSources.title + - sourceAccession.accession + - literatureSources.chemicals.name + - literatureSources.chemicals.registryNumber + - literatureSources.keywords.term + - literatureSources.meshTerms.term + - literatureSources.pubAccession.accession + - members.gene.ensemblId + - members.gene.name + - members.gene.ncbiGeneId + - members.gene.officialName + - members.gene.officialSymbol + - members.gene.accessions.accession + - members.gene.aliases.alias + - members.gene.products.name + - members.gene.products.ncbiGi + - members.gene.products.previousNcbiId + - members.gene.products.accessions.accession ubic.gemma.model.expression.designElement.CompositeSequence: - description - name @@ -7681,13 +7690,21 @@ components: type: string version: type: string - docs: + documentationUrl: + type: string + format: uri + specificationUrl: type: string format: uri externalDatabases: type: array items: $ref: '#/components/schemas/ExternalDatabaseValueObject' + buildInfo: + $ref: '#/components/schemas/BuildInfoValueObject' + docs: + type: string + format: uri ResponseDataObjectApiInfoValueObject: type: object properties: @@ -7750,15 +7767,15 @@ components: items: type: string enum: - - ubic.gemma.model.expression.arrayDesign.ArrayDesign - ubic.gemma.model.analysis.expression.ExpressionExperimentSet + - ubic.gemma.model.expression.BlacklistedEntity + - ubic.gemma.model.expression.experiment.ExpressionExperiment + - ubic.gemma.model.expression.arrayDesign.ArrayDesign - ubic.gemma.model.genome.gene.GeneSet - ubic.gemma.model.association.phenotype.PhenotypeAssociation - ubic.gemma.model.common.description.BibliographicReference - - ubic.gemma.model.expression.experiment.ExpressionExperiment - - ubic.gemma.model.expression.BlacklistedEntity - - ubic.gemma.model.genome.Gene - ubic.gemma.model.genome.biosequence.BioSequence + - ubic.gemma.model.genome.Gene - ubic.gemma.model.expression.designElement.CompositeSequence ResponseDataObjectListTaxonValueObject: type: object