If your input vector or list of NCBI IDs is longer than about 8000 characters
(use nchar(paste(ids, collapse = "+"))), split the list up into chunks since
at about that number of characters you will run into the HTTP 414 error
"Request-URI Too Long".