You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/jingtian/software/miniconda3/envs/py3/lib/python3.6/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 241, in get_lineage
raise ValueError("%s taxid not found" %taxid)
ValueError: 3060017 taxid not found
The text was updated successfully, but these errors were encountered:
I am also encountering a similar error. Below is the error message:
Traceback (most recent call last):
File "/home/chong/miniconda3/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/home/chong/miniconda3/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "../rs_host_extractor.py", line 111, in worker
full_lineages = get_full_lineages([taxonomy_id], ncbi)
File "../rs_host_extractor.py", line 74, in get_full_lineages
ranks = get_ranks(taxon_id, desired_ranks, ncbi)
File "../rs_host_extractor.py", line 60, in get_ranks
lineage = ncbi.get_lineage(taxid)
File "/home/chong/miniconda3/lib/python3.8/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 241, in get_lineage
raise ValueError("%s taxid not found" %taxid)
ValueError: 3075052 taxid not found
While checking the NCBI Taxonomy, there is such a taxonomy (see the figure below).
I hope to hear a solution from you soon! Thank you.
File "/home/jingtian/software/miniconda3/envs/py3/lib/python3.6/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 241, in get_lineage
raise ValueError("%s taxid not found" %taxid)
ValueError: 3060017 taxid not found
The text was updated successfully, but these errors were encountered: