diff options
author | Alexander Kabui | 2021-05-15 01:20:46 +0300 |
---|---|---|
committer | GitHub | 2021-05-15 01:20:46 +0300 |
commit | c69b11cffba7547d65ac9812b0118cddad91be0d (patch) | |
tree | bfa55c23f702db5072e8839e44961dd72fd4a9e2 /gn3/api/gemma.py | |
parent | bcba700bd2835f0a36042d781860b3407519f6d8 (diff) | |
parent | 46a96ec0b89620eed4874ada565a9643ac19a042 (diff) | |
download | genenetwork3-c69b11cffba7547d65ac9812b0118cddad91be0d.tar.gz |
Merge branch 'main' into feature/minor-fixes
Diffstat (limited to 'gn3/api/gemma.py')
-rw-r--r-- | gn3/api/gemma.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn3/api/gemma.py b/gn3/api/gemma.py index 81e185d..6b0b20e 100644 --- a/gn3/api/gemma.py +++ b/gn3/api/gemma.py @@ -9,8 +9,8 @@ from flask import request from gn3.commands import queue_cmd from gn3.commands import run_cmd -from gn3.file_utils import cache_ipfs_file -from gn3.file_utils import jsonfile_to_dict +from gn3.fs_helpers import cache_ipfs_file +from gn3.fs_helpers import jsonfile_to_dict from gn3.computations.gemma import generate_gemma_cmd from gn3.computations.gemma import do_paths_exist |