From c0c70c8bf6b37157c249451acba9ac9ee2c738a9 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 13 Dec 2022 21:30:41 +0000 Subject: Change default text_dir to TEXTDIR, since that points to the GN1 ProbeSet_DataMatrix files --- wqflask/wqflask/correlation/pre_computes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- cgit v1.2.3