Skip to content

Commit

Permalink
Added automatic database update (fixing #87 ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaSquad committed Mar 5, 2021
1 parent efdb1df commit a0cc7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/get_genomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def run_patch(): # patching ete3 version

run_patch()
ncbi = NCBITaxa()
ncbi.update_taxonomy_database()
RANKS = ['species', 'genus', 'family', 'order', 'class', 'phylum', 'superkingdom']
MAX_RANK = 'family'
_log = None
Expand Down

0 comments on commit a0cc7e1

Please sign in to comment.