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 41c791a..43dff60 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -18,7 +18,7 @@ RAW_RDATA_DIR = '/disk1/Data/R/Raw' # downloaded files go here # Don'T change the following paths and names
HISTORY_DIR = '../Data/history/edges/many_targets' # each edge file contains edges for many targets
HISTORY_DIR2 = '../Data/history/edges/one_target' # edges.txt.* files are here, all edge files have the name edges.txt.*, the leading string 'edges.txt' must be present.
-FILE_TIMESTAMP = '../Data/log/file_timestamp.txt' # record last modified time of several important files
+TIMESTAMP_FILE = '../Data/log/file_timestamp.txt' # record last modified time of several important files
SAMPLE_SIZE_FILE = '../Data/log/total.samples.txt' # each line contains a date and the number of samples on and after that date
TEMP_DIR = '../Data/temp'
|