aboutsummaryrefslogtreecommitdiff
path: root/gn3/api/gemma.py
diff options
context:
space:
mode:
authorBonfaceKilz2021-03-08 15:27:47 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commita92af15935847fd89d8702b46279ec9bc749915c (patch)
tree29f50d8d4c4c6688e59a6f2e78a877c14e474fd7 /gn3/api/gemma.py
parent776598729bcff12bea933ff7cb4864e1c3eea0c8 (diff)
downloadgenenetwork3-a92af15935847fd89d8702b46279ec9bc749915c.tar.gz
Remove unused imports
Diffstat (limited to 'gn3/api/gemma.py')
-rw-r--r--gn3/api/gemma.py4
1 files changed, 1 insertions, 3 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__)