Hi, some time ago I wrote a script that retrieves complete taxonomic lineage from organism name, using ncbi eutilities. It makes two queries ;
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=taxonomy&term=ORGANISM
to get the taxonomic id of the organism, then
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=taxonomy&id=TAXONOMY_ID&retmode=xml
to get the lineage. This script was working fine until today. Now the first query returns the following error message :
"Search Backend failed: Database is not supported: taxonomy"
(The second query still works fine for now (2013-05-15))
Does someone know whether this is permanent or not? In that case, is there an alternative?
thanks
It may not be permanent, wait for couple of hours(or days). Alternatively you can download whole taxonomy database from NCBI ftp site.
You were right, it works again (2013-05-15, ~6 hours later), I got worried for no reason -_-