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 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) |