Ncbi Eutils : Retrieving Taxonomic Id From Organism Name Doesn'T Work Anymore
2
0
Entering edit mode
10.9 years ago

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

taxonomy • 5.9k views
ADD COMMENT
2
Entering edit mode

It may not be permanent, wait for couple of hours(or days). Alternatively you can download whole taxonomy database from NCBI ftp site.

ADD REPLY
0
Entering edit mode

You were right, it works again (2013-05-15, ~6 hours later), I got worried for no reason -_-

ADD REPLY
1
Entering edit mode
10.7 years ago
Hamish ★ 3.2k

In the first instance the E-utilities help-desk (eutilities@ncbi.nlm.nih.gov) should be able to help you out with details of the service status.

However if you still have problems, or want to enable your processing to fail-over to an alternative source of taxonomy data, then the following may help...

The NCBI Taxonomy is used by all of the INSDC member databases and is available in their services:

UniProt align their taxonomy with the NCBI Taxonomy, the main difference being a few species where an different authority has been chosen for the scientific name, the name used by INSDC is kept as an alias. So you could use it to perform the look-ups. For details of how to script against UniProt.org see http://www.uniprot.org/faq/28

ADD COMMENT
0
Entering edit mode
10.9 years ago

Just to mark this as answered: the problem was a temporary outage.

ADD COMMENT

Login before adding your answer.

Traffic: 2226 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6