diff options
Diffstat (limited to 'Code/configure.py')
-rw-r--r-- | Code/configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/configure.py b/Code/configure.py index 39e6bca..9f159c1 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -49,7 +49,7 @@ MEMORY_STRENGTH = 365 # strength of memory, larger value means better memory MAPPED_CDATA_DIR = '../Data/C/Mapped' # mapped ChIp-seq data
# Used in merge_edges.py
-EDGE_POOL_DIR = '../Data/history/edge_pool'
+EDGE_POOL_DIR = '/disk1/edge_pool'
MERGED_EDGE_FILE = '../Data/temp/edges.txt'
|