From a577eafda9ccd234f9b064e88a46583c25bf0244 Mon Sep 17 00:00:00 2001 From: GuyTeichman <48219633+GuyTeichman@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:31:23 +0300 Subject: [PATCH] fixup! implemented ortholog/paralog mapping functions --- rnalysis/utils/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnalysis/utils/io.py b/rnalysis/utils/io.py index 00732a41..6edc4d60 100644 --- a/rnalysis/utils/io.py +++ b/rnalysis/utils/io.py @@ -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()