summaryrefslogtreecommitdiff
path: root/Code/configure.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-06 15:02:52 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-06 15:02:52 +0800
commitbc187a21fd45cf1a52f7530c967047db715a2cd0 (patch)
tree9e17f166473bad61a3774842a27e02004872993a /Code/configure.py
parent9458009e4944953c1cfbbcb331ffb3dda2c1e4e6 (diff)
Move edge files in edge_pool to /disk1/edge_pool to save space in the workspace.
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 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'