Skip to content

Commit a57c5b2

Browse files
committed
config: Update the NCBI URL
This closes issue #223 Signed-off-by: Kai Blin <[email protected]>
1 parent 815d48e commit a57c5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ncbi_genome_download/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class NgdConfig(object):
7979
'taxids': [],
8080
'assembly_accessions': [],
8181
'output': os.getcwd(),
82-
'uri': 'https://ftp.ncbi.nih.gov/genomes',
82+
'uri': 'https://ftp.ncbi.nlm.nih.gov/genomes',
8383
'parallel': 1,
8484
'human_readable': False,
8585
'progress_bar': False,

0 commit comments

Comments
 (0)