diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-09 15:45:21 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-09 15:45:21 +0800 |
commit | 75ec1d1e8c10fec0d4a29029fe0e35813271e020 (patch) | |
tree | 7ff18d679da0806dbdc81b8c5d3caa197673e840 /Code/configure.py | |
parent | 078feb13937fe6566307e4ad612a7bc93b7fcf9c (diff) |
Maintenance
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 |