summaryrefslogtreecommitdiff
path: root/Code/configure.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2024-08-07 11:41:02 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2024-08-07 11:41:02 +0800
commit4b64732ce6acdf75cf5b8469e42f15e625fee8b0 (patch)
tree2fe4af167e26a040f5fed8ec2896522e49a426f4 /Code/configure.py
parent173161a747ab2abb4a0d2a7dddecb39ddc9a4589 (diff)
Important files and directories
Diffstat (limited to 'Code/configure.py')
-rw-r--r--Code/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py
index 1ac9691..4ce159a 100644
--- a/Code/configure.py
+++ b/Code/configure.py
@@ -50,7 +50,7 @@ MAPPED_CDATA_DIR = '../Data/C/Mapped' # mapped ChIp-seq data
# Used in merge_edges.py
EDGE_POOL_DIR = '/disk1/edge_pool'
MERGED_EDGE_FILE = '../Data/temp/edges.txt'
-
+SQLITE_EDGE_FILE = '../Data/temp/edges.sqlite'
DIFF_EDGE_FILE = '../Data/temp/edges-diff.txt' # the difference between two edge files from yesterday and from today
TARGET_TF_FILE = '../Data/information/target_tf.txt'