This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to avoid timeout while downloading from NCBI

Hi everyone,

I am trying to download all fungal sequences from the NCBI nucleotide databank using Entrez Direct. My command looks like this:

esearch -db nuccore -query fungi[organism] | efetch -format fasta > fungi_db

Basically this works but I always get an error saying:

Error: External viewer error: Empty Response. Bytes read: 0 Status: Timeout

How do I avoid this? Has anyone experience with this?

Thanks in advance for any help!

ncbi entrez direct

Could this be a limitation of your local internet bandwidth (and/or local packet inspection/intrusion prevention devices) since NCBI is unlikely to have a problem serving this data to you?

API keys will be required after May 1, 2018 so for now they should not be causing this issue. But getting ready for that would be a good thing.

0 answers

No answers yet.

Log in to answer this question.