From 75ec1d1e8c10fec0d4a29029fe0e35813271e020 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Wed, 9 Apr 2025 15:45:21 +0800 Subject: Maintenance --- Code/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code/configure.py') 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 -- cgit v1.2.1