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 5c89cae..a798e4d 100644 --- a/Code/configure.py +++ b/Code/configure.py @@ -12,7 +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 = '/disk1/Data/R/Raw' # downloaded files go here, was "../Data/R/Raw" (now almost full). +RAW_RDATA_DIR = '/disk1/Data/R/Raw' # downloaded files go here, was "../Data/R/Raw" # From update_network.py # Don'T change the following paths and names |