diff options
-rw-r--r-- | Code/download_ena_records.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/download_ena_records.py b/Code/download_ena_records.py index b535c3e..d804791 100644 --- a/Code/download_ena_records.py +++ b/Code/download_ena_records.py @@ -19,7 +19,7 @@ for t in types: os.system(cmd) time.sleep(5) -write_log_file('ENA records updated. Check folder %s' % (TEMP_DIR), UPDATE_NETWORK_LOG_FILE) +write_log_file('[download_ena_records.py] ENA records updated. Check folder %s' % (TEMP_DIR), UPDATE_NETWORK_LOG_FILE) #https://www.ebi.ac.uk/ena/browser/api/xml/links/taxon?accession=3702&result=read_run #https://www.ebi.ac.uk/ena/browser/api/xml/links/taxon?accession=3702&result=read_experiment |