Yohan
Yohan

Reputation: 11

Issues with downloading NCBI database

I am trying to download the NCBI database to a remote server using R:

library("taxizedb")

db_download_ncbi()

But I end up with this error message:

Error in curl::curl_download(db_url, db_path_file, quiet = TRUE) Timeout was reached [ftp.ncbi.nih.gov]: Connection timeout after 10002 ms

I've tried to increase the timeout period, but I still get the exact same error :(

Upvotes: 1

Views: 49

Answers (0)

Related Questions