diff options
author | BonfaceKilz | 2021-03-05 12:06:54 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-08 21:09:58 +0300 |
commit | 8752937bc1e3cea84eefd3e363b429157f25acb5 (patch) | |
tree | 57ce328b6f0ac10adbb90f09e72962343fb83d49 /gn3/api | |
parent | 5c56425d51ab6a6b4ffd6ec8f86121bd91ff5e63 (diff) | |
download | genenetwork3-8752937bc1e3cea84eefd3e363b429157f25acb5.tar.gz |
Add generic fn for computing k and gwa values
Diffstat (limited to 'gn3/api')
-rw-r--r-- | gn3/api/gemma.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/api/gemma.py b/gn3/api/gemma.py index d82f5a5..d08c11b 100644 --- a/gn3/api/gemma.py +++ b/gn3/api/gemma.py @@ -12,6 +12,7 @@ from gn3.commands import queue_cmd from gn3.commands import run_cmd from gn3.file_utils import get_hash_of_files from gn3.file_utils import jsonfile_to_dict +from gn3.computations.gemma import compute_k_values 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 |