Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66fece3

Browse files
committed
Shifting Synteny calls to the main Client, from stage client, because of release of OMA Jul2023. bump to version v2.2.0
1 parentfabeca3 commit66fece3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎omadb/OMARestAPI.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def _setup(self):
334334
self.function=Function(self)
335335
self.taxonomy=Taxonomy(self)
336336
self.pairwise=PairwiseRelations(self)
337+
self.synteny=Synteny(self)
337338
self.xrefs=self.external_references=ExternalReferences(self)
338339

339340
@lazy_property
@@ -549,8 +550,9 @@ def __init__(self, endpoint='oma-stage.vital-it.ch/api', persistent_cached=False
549550
persistent_cache_path=persistent_cache_path)
550551

551552
def_setup(self):
553+
# for adding additional functionality that is only on the oma-stage server
554+
# e.g., previously was used to add synteny api calls
552555
super()._setup()
553-
self.synteny=Synteny(self)
554556

555557

556558
classClientFunctionSet(object):

‎omadb/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
from .OMARestAPIimportClient,CoronaClient,OMAStageClient
2222

2323

24-
__version__='2.1.10'
24+
__version__='2.2.0'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp