diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-06 15:02:52 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-06 15:02:52 +0800 |
commit | bc187a21fd45cf1a52f7530c967047db715a2cd0 (patch) | |
tree | 9e17f166473bad61a3774842a27e02004872993a /Code/configure.py | |
parent | 9458009e4944953c1cfbbcb331ffb3dda2c1e4e6 (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.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'
|