diff options
author | zsloan | 2022-12-13 21:30:41 +0000 |
---|---|---|
committer | zsloan | 2022-12-13 21:30:41 +0000 |
commit | c0c70c8bf6b37157c249451acba9ac9ee2c738a9 (patch) | |
tree | e5127387a8e26595e6bef53d5d67a25b5b39a384 /wqflask | |
parent | df5860f127131a4601b54805f90b22a55479ba56 (diff) | |
download | genenetwork2-c0c70c8bf6b37157c249451acba9ac9ee2c738a9.tar.gz |
Change default text_dir to TEXTDIR, since that points to the GN1 ProbeSet_DataMatrix files
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/correlation/pre_computes.py | 2 |
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""" |