Skip to content

Commit

Permalink
fixup! implemented ortholog/paralog mapping functions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Oct 8, 2023
1 parent 1b047d3 commit a577eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnalysis/utils/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,8 @@ def get_databases():
databases = req.json()['data']
return databases

@functools.lru_cache(maxsize=2)
@staticmethod
@functools.lru_cache(maxsize=2)
def get_database_organisms():
# get list of databases
databases = OrthoInspectorOrthologMapper.get_databases()
Expand Down

0 comments on commit a577eaf

Please sign in to comment.