diff options
Diffstat (limited to 'Code')
-rw-r--r-- | Code/download_and_map.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ...') |