Skip to content

Commit

Permalink
Updated NCBI taxdmp.zip url
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Mar 8, 2024
1 parent e9876f4 commit 7b7ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxtastic/ncbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
log = logging.getLogger(__name__)


DATA_URL = 'https://ftp.ncbi.nih.gov/pub/taxonomy/taxdmp.zip'
DATA_URL = 'https://ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdmp.zip'

# For rank order: https://en.wikipedia.org/wiki/Taxonomic_rank
RANK_ORDER = [
Expand Down

0 comments on commit 7b7ddf3

Please sign in to comment.