Closed mikerobeson closed 2 months ago
Going to close this PR as it is clear that NCBI requests are not the rate-limiting step. At least for the purposes being used here. This was confirmed after several rounds of testing. There was no difference in overall run time when downloading marker gene data from NCBI, with or without the api-key
.
Attempts to fix #145, by adding the
--p-api-key
option to bothget-ncbi-data
andget-ncbi-data-protein
. It does this by appendingapi_key
to the_entrez_params
dictionary so that it is available for all NCBI requests.To do: