summaryrefslogtreecommitdiff
path: root/Code/configure.py
diff options
context:
space:
mode:
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'