diff options
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/api/gemma.py | 4 | ||||
-rw-r--r-- | gn3/computations/gemma.py | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/gn3/api/gemma.py b/gn3/api/gemma.py index 21c4cf5..f7c30bc 100644 --- a/gn3/api/gemma.py +++ b/gn3/api/gemma.py @@ -12,9 +12,7 @@ from gn3.commands import run_cmd from gn3.file_utils import jsonfile_to_dict from gn3.computations.gemma import generate_gemma_cmd from gn3.computations.gemma import do_paths_exist -from gn3.computations.gemma import generate_hash_of_string -from gn3.computations.gemma import generate_pheno_txt_file -from gn3.computations.gemma import generate_gemma_computation_cmd + gemma = Blueprint("gemma", __name__) diff --git a/gn3/computations/gemma.py b/gn3/computations/gemma.py index bf8b151..172333c 100644 --- a/gn3/computations/gemma.py +++ b/gn3/computations/gemma.py @@ -5,7 +5,6 @@ from base64 import b64encode from hashlib import md5 from typing import Dict from typing import List -from typing import Optional from typing import ValuesView from gn3.commands import compose_gemma_cmd from gn3.file_utils import get_hash_of_files |