diff options
Diffstat (limited to 'Code/configure.py')
-rw-r--r-- | Code/configure.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Code/configure.py b/Code/configure.py index cdccad5..825cedc 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -12,8 +12,7 @@ RNA_SEQ_INFO_FILE = '../Data/information/rnaseq_info_database.json' # some data DOWNLOADED_SRA_ID_LOG_FILE = '../Data/log/download_log.txt' # a list of downloaded SRA IDs
IGNORED_SRA_ID_LOG_FILE = '../Data/log/download_log_small_sized_ids.txt' # store SRA IDs with small file size.
MAPPED_RDATA_DIR = '../Data/R/Mapped/public' # mapped RNA-seq (file names ended with _quant.txt) go here
-RAW_RDATA_DIR = '../Data/R/Raw' # downloaded files go here
-
+RAW_RDATA_DIR = '/disk1/Data/R/Raw' # downloaded files go here, was "../Data/R/Raw" (now almost full).
# From update_network.py
# Don'T change the following paths and names
|