diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-13 15:08:11 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2025-04-13 15:08:11 +0800 |
commit | 36891c55666c009a3c2e106badd81bf97d971abe (patch) | |
tree | 1db433c9dec8363d2b6298edd23e1fab0db1c7ff /Code/download_ena_records.py | |
parent | a0d9390af78310db86c4f54ccd940241518818ec (diff) |
Fix typo 'expriment' in 'read_expriment'
Diffstat (limited to 'Code/download_ena_records.py')
-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 d804791..9ec7623 100644 --- a/Code/download_ena_records.py +++ b/Code/download_ena_records.py @@ -9,7 +9,7 @@ from configure import TEMP_DIR, UPDATE_NETWORK_LOG_FILE from log import write_log_file accession = 3702 # arabidopsis -types = ['read_run', 'read_expriment', 'sample', 'study'] +types = ['read_run', 'read_experiment', 'sample', 'study'] for t in types: url = f'https://www.ebi.ac.uk/ena/browser/api/xml/links/taxon?accession={accession}&result={t}' print(url) |