aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2022-12-13 21:30:41 +0000
committerzsloan2022-12-13 21:30:41 +0000
commitc0c70c8bf6b37157c249451acba9ac9ee2c738a9 (patch)
treee5127387a8e26595e6bef53d5d67a25b5b39a384
parentdf5860f127131a4601b54805f90b22a55479ba56 (diff)
downloadgenenetwork2-c0c70c8bf6b37157c249451acba9ac9ee2c738a9.tar.gz
Change default text_dir to TEXTDIR, since that points to the GN1 ProbeSet_DataMatrix files
-rw-r--r--wqflask/wqflask/correlation/pre_computes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/correlation/pre_computes.py b/wqflask/wqflask/correlation/pre_computes.py
index 9ffbebf6..f21ec06a 100644
--- a/wqflask/wqflask/correlation/pre_computes.py
+++ b/wqflask/wqflask/correlation/pre_computes.py
@@ -171,7 +171,7 @@ def get_datasets_data(base_dataset, target_dataset_data):
return (target_results, base_results)
-def fetch_text_file(dataset_name, conn, text_dir=TMPDIR):
+def fetch_text_file(dataset_name, conn, text_dir=TEXTDIR):
"""fetch textfiles with strain vals if exists"""