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/computations/gemma.py | |
parent | bcba700bd2835f0a36042d781860b3407519f6d8 (diff) | |
parent | 46a96ec0b89620eed4874ada565a9643ac19a042 (diff) | |
download | genenetwork3-c69b11cffba7547d65ac9812b0118cddad91be0d.tar.gz |
Merge branch 'main' into feature/minor-fixes
Diffstat (limited to 'gn3/computations/gemma.py')
-rw-r--r-- | gn3/computations/gemma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/gemma.py b/gn3/computations/gemma.py index 5f9d5a3..0b22d3c 100644 --- a/gn3/computations/gemma.py +++ b/gn3/computations/gemma.py @@ -7,7 +7,7 @@ from typing import Dict from typing import List from typing import ValuesView from gn3.commands import compose_gemma_cmd -from gn3.file_utils import get_hash_of_files +from gn3.fs_helpers import get_hash_of_files def generate_hash_of_string(unhashed_str: str) -> str: |