From 078feb13937fe6566307e4ad612a7bc93b7fcf9c Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 6 Apr 2025 09:35:41 +0800 Subject: Show number of remaining RNA-Seq data to reflect remaining work --- Code/download_and_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code') diff --git a/Code/download_and_map.py b/Code/download_and_map.py index a78409e..3f6e14b 100644 --- a/Code/download_and_map.py +++ b/Code/download_and_map.py @@ -406,7 +406,7 @@ else: # Make a record in log.txt curr_time = datetime.now().strftime('%Y-%m-%d_%H%M') # append date info to newly created directories -write_download_log_file(DOWNLOADED_SRA_ID_LOG_FILE, 'START at %s\n' % (curr_time)) +write_download_log_file(DOWNLOADED_SRA_ID_LOG_FILE, 'START at %s (remaining %d)\n' % (curr_time, len(download_list))) # Download these RNA-seq IDs and map them using salmon print('[download_and_map.py] Start downloading and mapping ...') -- cgit v1.2.1