Skip to content

Commit f6099ce

Browse files
authored
Merge pull request #25 from PavlidisLab/update-gemma-to-2.7.5
Update spec to 2.7.5
2 parents 959850a + 2e68993 commit f6099ce

File tree

139 files changed

+1800
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+1800
-465
lines changed

gemmapy/sdk/__init__.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
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
99
10-
OpenAPI spec version: 2.7.4
10+
OpenAPI spec version: 2.7.5
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""
@@ -78,6 +78,7 @@
7878
from gemmapy.sdk.models.gene2 import Gene2
7979
from gemmapy.sdk.models.gene3 import Gene3
8080
from gemmapy.sdk.models.gene4 import Gene4
81+
from gemmapy.sdk.models.gene5 import Gene5
8182
from gemmapy.sdk.models.gene_arg import GeneArg
8283
from gemmapy.sdk.models.gene_element_expressions_value_object import GeneElementExpressionsValueObject
8384
from gemmapy.sdk.models.gene_ontology_term_value_object import GeneOntologyTermValueObject
@@ -90,6 +91,7 @@
9091
from gemmapy.sdk.models.ontology_term_value_object import OntologyTermValueObject
9192
from gemmapy.sdk.models.paginated_response_data_object_composite_sequence_value_object import PaginatedResponseDataObjectCompositeSequenceValueObject
9293
from gemmapy.sdk.models.paginated_response_data_object_expression_experiment_value_object import PaginatedResponseDataObjectExpressionExperimentValueObject
94+
from gemmapy.sdk.models.paginated_response_data_object_gene_value_object import PaginatedResponseDataObjectGeneValueObject
9395
from gemmapy.sdk.models.physical_location_value_object import PhysicalLocationValueObject
9496
from gemmapy.sdk.models.platform import Platform
9597
from gemmapy.sdk.models.platform1 import Platform1
@@ -132,16 +134,19 @@
132134
from gemmapy.sdk.models.sort_arg_array_design import SortArgArrayDesign
133135
from gemmapy.sdk.models.sort_arg_expression_analysis_result_set import SortArgExpressionAnalysisResultSet
134136
from gemmapy.sdk.models.sort_arg_expression_experiment import SortArgExpressionExperiment
135-
from gemmapy.sdk.models.sort_arg_taxon import SortArgTaxon
136137
from gemmapy.sdk.models.sort_value_object import SortValueObject
137138
from gemmapy.sdk.models.statement_value_object import StatementValueObject
139+
from gemmapy.sdk.models.taxa import Taxa
138140
from gemmapy.sdk.models.taxon import Taxon
139141
from gemmapy.sdk.models.taxon1 import Taxon1
140142
from gemmapy.sdk.models.taxon2 import Taxon2
141143
from gemmapy.sdk.models.taxon3 import Taxon3
142144
from gemmapy.sdk.models.taxon4 import Taxon4
143145
from gemmapy.sdk.models.taxon5 import Taxon5
144146
from gemmapy.sdk.models.taxon6 import Taxon6
147+
from gemmapy.sdk.models.taxon7 import Taxon7
148+
from gemmapy.sdk.models.taxon8 import Taxon8
149+
from gemmapy.sdk.models.taxon9 import Taxon9
145150
from gemmapy.sdk.models.taxon_arg import TaxonArg
146151
from gemmapy.sdk.models.taxon_value_object import TaxonValueObject
147152
from gemmapy.sdk.models.taxon_with_usage_statistics_value_object import TaxonWithUsageStatisticsValueObject

gemmapy/sdk/api/default_api.py

Lines changed: 629 additions & 105 deletions
Large diffs are not rendered by default.

gemmapy/sdk/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
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
66
7-
OpenAPI spec version: 2.7.4
7+
OpenAPI spec version: 2.7.5
88
99
Generated by: https://github.com/swagger-api/swagger-codegen.git
1010
"""

gemmapy/sdk/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -256,6 +256,6 @@ def to_debug_report(self):
256256
return "Python SDK Debug Report:\n"\
257257
"OS: {env}\n"\
258258
"Python Version: {pyversion}\n"\
259-
"Version of the API: 2.7.4\n"\
259+
"Version of the API: 2.7.5\n"\
260260
"SDK Package Version: 1.0.0".\
261261
format(env=sys.platform, pyversion=sys.version)

gemmapy/sdk/models/__init__.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
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
88
9-
OpenAPI spec version: 2.7.4
9+
OpenAPI spec version: 2.7.5
1010
1111
Generated by: https://github.com/swagger-api/swagger-codegen.git
1212
"""
@@ -72,6 +72,7 @@
7272
from gemmapy.sdk.models.gene2 import Gene2
7373
from gemmapy.sdk.models.gene3 import Gene3
7474
from gemmapy.sdk.models.gene4 import Gene4
75+
from gemmapy.sdk.models.gene5 import Gene5
7576
from gemmapy.sdk.models.gene_arg import GeneArg
7677
from gemmapy.sdk.models.gene_element_expressions_value_object import GeneElementExpressionsValueObject
7778
from gemmapy.sdk.models.gene_ontology_term_value_object import GeneOntologyTermValueObject
@@ -84,6 +85,7 @@
8485
from gemmapy.sdk.models.ontology_term_value_object import OntologyTermValueObject
8586
from gemmapy.sdk.models.paginated_response_data_object_composite_sequence_value_object import PaginatedResponseDataObjectCompositeSequenceValueObject
8687
from gemmapy.sdk.models.paginated_response_data_object_expression_experiment_value_object import PaginatedResponseDataObjectExpressionExperimentValueObject
88+
from gemmapy.sdk.models.paginated_response_data_object_gene_value_object import PaginatedResponseDataObjectGeneValueObject
8789
from gemmapy.sdk.models.physical_location_value_object import PhysicalLocationValueObject
8890
from gemmapy.sdk.models.platform import Platform
8991
from gemmapy.sdk.models.platform1 import Platform1
@@ -126,16 +128,19 @@
126128
from gemmapy.sdk.models.sort_arg_array_design import SortArgArrayDesign
127129
from gemmapy.sdk.models.sort_arg_expression_analysis_result_set import SortArgExpressionAnalysisResultSet
128130
from gemmapy.sdk.models.sort_arg_expression_experiment import SortArgExpressionExperiment
129-
from gemmapy.sdk.models.sort_arg_taxon import SortArgTaxon
130131
from gemmapy.sdk.models.sort_value_object import SortValueObject
131132
from gemmapy.sdk.models.statement_value_object import StatementValueObject
133+
from gemmapy.sdk.models.taxa import Taxa
132134
from gemmapy.sdk.models.taxon import Taxon
133135
from gemmapy.sdk.models.taxon1 import Taxon1
134136
from gemmapy.sdk.models.taxon2 import Taxon2
135137
from gemmapy.sdk.models.taxon3 import Taxon3
136138
from gemmapy.sdk.models.taxon4 import Taxon4
137139
from gemmapy.sdk.models.taxon5 import Taxon5
138140
from gemmapy.sdk.models.taxon6 import Taxon6
141+
from gemmapy.sdk.models.taxon7 import Taxon7
142+
from gemmapy.sdk.models.taxon8 import Taxon8
143+
from gemmapy.sdk.models.taxon9 import Taxon9
139144
from gemmapy.sdk.models.taxon_arg import TaxonArg
140145
from gemmapy.sdk.models.taxon_value_object import TaxonValueObject
141146
from gemmapy.sdk.models.taxon_with_usage_statistics_value_object import TaxonWithUsageStatisticsValueObject

gemmapy/sdk/models/annotation_search_result_value_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

gemmapy/sdk/models/annotation_value_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

gemmapy/sdk/models/annotation_with_usage_statistics_value_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

gemmapy/sdk/models/api_info_value_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

gemmapy/sdk/models/array_design_value_object.py

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -47,8 +47,8 @@ class ArrayDesignValueObject(object):
4747
'release_version': 'str',
4848
'release_url': 'str',
4949
'external_references': 'list[DatabaseEntryValueObject]',
50-
'taxon_id': 'int',
5150
'number_of_expression_experiments': 'int',
51+
'taxon_id': 'int',
5252
'trouble_details': 'str',
5353
'number_of_switched_expression_experiments': 'int',
5454
'taxon': 'TaxonValueObject'
@@ -74,14 +74,14 @@ class ArrayDesignValueObject(object):
7474
'release_version': 'releaseVersion',
7575
'release_url': 'releaseUrl',
7676
'external_references': 'externalReferences',
77-
'taxon_id': 'taxonID',
7877
'number_of_expression_experiments': 'numberOfExpressionExperiments',
78+
'taxon_id': 'taxonID',
7979
'trouble_details': 'troubleDetails',
8080
'number_of_switched_expression_experiments': 'numberOfSwitchedExpressionExperiments',
8181
'taxon': 'taxon'
8282
}
8383

84-
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
84+
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
8585
"""ArrayDesignValueObject - a model defined in Swagger""" # noqa: E501
8686
self._id = None
8787
self._last_updated = None
@@ -102,8 +102,8 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even
102102
self._release_version = None
103103
self._release_url = None
104104
self._external_references = None
105-
self._taxon_id = None
106105
self._number_of_expression_experiments = None
106+
self._taxon_id = None
107107
self._trouble_details = None
108108
self._number_of_switched_expression_experiments = None
109109
self._taxon = None
@@ -146,10 +146,10 @@ def __init__(self, id=None, last_updated=None, troubled=None, last_troubled_even
146146
self.release_url = release_url
147147
if external_references is not None:
148148
self.external_references = external_references
149-
if taxon_id is not None:
150-
self.taxon_id = taxon_id
151149
if number_of_expression_experiments is not None:
152150
self.number_of_expression_experiments = number_of_expression_experiments
151+
if taxon_id is not None:
152+
self.taxon_id = taxon_id
153153
if trouble_details is not None:
154154
self.trouble_details = trouble_details
155155
if number_of_switched_expression_experiments is not None:
@@ -569,46 +569,46 @@ def external_references(self, external_references):
569569
self._external_references = external_references
570570

571571
@property
572-
def taxon_id(self):
573-
"""Gets the taxon_id of this ArrayDesignValueObject. # noqa: E501
572+
def number_of_expression_experiments(self):
573+
"""Gets the number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
574574
575575
576-
:return: The taxon_id of this ArrayDesignValueObject. # noqa: E501
576+
:return: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
577577
:rtype: int
578578
"""
579-
return self._taxon_id
579+
return self._number_of_expression_experiments
580580

581-
@taxon_id.setter
582-
def taxon_id(self, taxon_id):
583-
"""Sets the taxon_id of this ArrayDesignValueObject.
581+
@number_of_expression_experiments.setter
582+
def number_of_expression_experiments(self, number_of_expression_experiments):
583+
"""Sets the number_of_expression_experiments of this ArrayDesignValueObject.
584584
585585
586-
:param taxon_id: The taxon_id of this ArrayDesignValueObject. # noqa: E501
586+
:param number_of_expression_experiments: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
587587
:type: int
588588
"""
589589

590-
self._taxon_id = taxon_id
590+
self._number_of_expression_experiments = number_of_expression_experiments
591591

592592
@property
593-
def number_of_expression_experiments(self):
594-
"""Gets the number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
593+
def taxon_id(self):
594+
"""Gets the taxon_id of this ArrayDesignValueObject. # noqa: E501
595595
596596
597-
:return: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
597+
:return: The taxon_id of this ArrayDesignValueObject. # noqa: E501
598598
:rtype: int
599599
"""
600-
return self._number_of_expression_experiments
600+
return self._taxon_id
601601

602-
@number_of_expression_experiments.setter
603-
def number_of_expression_experiments(self, number_of_expression_experiments):
604-
"""Sets the number_of_expression_experiments of this ArrayDesignValueObject.
602+
@taxon_id.setter
603+
def taxon_id(self, taxon_id):
604+
"""Sets the taxon_id of this ArrayDesignValueObject.
605605
606606
607-
:param number_of_expression_experiments: The number_of_expression_experiments of this ArrayDesignValueObject. # noqa: E501
607+
:param taxon_id: The taxon_id of this ArrayDesignValueObject. # noqa: E501
608608
:type: int
609609
"""
610610

611-
self._number_of_expression_experiments = number_of_expression_experiments
611+
self._taxon_id = taxon_id
612612

613613
@property
614614
def trouble_details(self):

gemmapy/sdk/models/array_design_with_usage_statistics_value_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
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
77
8-
OpenAPI spec version: 2.7.4
8+
OpenAPI spec version: 2.7.5
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)