Skip to content

Commit

Permalink
config: Update the NCBI URL
Browse files Browse the repository at this point in the history
This closes issue #223

Signed-off-by: Kai Blin <[email protected]>
  • Loading branch information
kblin committed Jul 3, 2024
1 parent 815d48e commit a57c5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncbi_genome_download/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class NgdConfig(object):
'taxids': [],
'assembly_accessions': [],
'output': os.getcwd(),
'uri': 'https://ftp.ncbi.nih.gov/genomes',
'uri': 'https://ftp.ncbi.nlm.nih.gov/genomes',
'parallel': 1,
'human_readable': False,
'progress_bar': False,
Expand Down

0 comments on commit a57c5b2

Please sign in to comment.