Skip to content

Commit

Permalink
Merge pull request #743 from hjgwak/ete4
Browse files Browse the repository at this point in the history
[Update ncbiquery.py] fixing typo in NCBI url
  • Loading branch information
dengzq1234 committed Mar 14, 2024
2 parents 0f986e0 + dbba02c commit 5b5a54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ete4/ncbi_taxonomy/ncbiquery.py
Expand Up @@ -699,7 +699,7 @@ def update_db(dbfile, targz_file=None):

def update_local_taxdump(fname=DEFAULT_TAXDUMP):
"""Update contents of file fname with taxdump.tar.gz from the NCBI site."""
url = 'https://ftp.ncbi.nih.gov/pub/taxonomy/taxdump.tar.gz'
url = 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz'

if not os.path.exists(fname):
print(f'Downloading {fname} from {url} ...')
Expand Down

0 comments on commit 5b5a54f

Please sign in to comment.