Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gettaxo does not work #98

Open
vijaybarve opened this issue Sep 26, 2018 · 3 comments
Open

gettaxo does not work #98

vijaybarve opened this issue Sep 26, 2018 · 3 comments

Comments

@vijaybarve
Copy link
Owner

No ENTREZ API key provided
 Get one via use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
@Rishi0812
Copy link

Rishi0812 commented Jan 4, 2020

Session Info.txt

Code:
require(bdvis)
require(rinat)
inat <- get_inat_obs_project("reptileindia")
inat <- format_bdvis(inat, source="rinat")
inat <- gettaxo(inat)

Error :
No ENTREZ API key provided
Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
|=================================================| 100%
Creating local database taxo.db ...
Warning messages:
1: In result_fetch(res@ptr, n = n) :
SQL statements must be issued with dbExecute() or dbSendStatement() instead of dbGetQuery() or dbSendQuery().
2: In result_fetch(res@ptr, n = n) :
SQL statements must be issued with dbExecute() or dbSendStatement() instead of dbGetQuery() or dbSendQuery().

@hxxr
Copy link

hxxr commented Jan 6, 2020

sessionInfo.txt

Code:

require(bdvis)
require(rinat)
inat <- get_inat_obs_project("reptileindia") 
inat <- format_bdvis(inat,source='rinat')

gettaxo(inat)

Error:

Local database taxo.db is absent
Processing names not present in local database ...
  |                                                                      |   0%No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
==  1 queries  ===============

Retrieving data for taxon 'Acrochordus granulatus'

v  Found:  Acrochordus+granulatus
==  Results  =================

* Total: 1
* Found: 1
* Not Found: 0
No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
  |                                                                      |   0%No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
==  1 queries  ===============

Retrieving data for taxon 'Agama'

v  Found:  Agama
==  Results  =================

* Total: 1
* Found: 1
* Not Found: 0
No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
  |                                                                      |   1%No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
==  1 queries  ===============

Retrieving data for taxon 'Agamidae'

v  Found:  Agamidae
==  Results  =================

* Total: 1
* Found: 1
* Not Found: 0
No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
  |=                                                                     |   1%No ENTREZ API key provided
 Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
==  1 queries  ===============

Retrieving data for taxon 'Ahaetulla nasuta'

Error: '{"error":"API rate limit exceeded","api-key":"67.21.155.29","count":"4","limit":"3"}
' does not exist in current working directory ('C:/WINDOWS/system32').
In addition: Warning message:
package 'RSQLite' was built under R version 3.6.2

@pratishrai
Copy link

Code:

require(bdvis)
require(rinat)
inat<-get_inat_obs_project("reptileindia")
inat <- format_bdvis(inat,source='rinat')
inat <- gettaxo(inat)

Local database taxo.db is absent
Processing names not present in local database ...
| | 0%No ENTREZ API key provided
Get one via taxize::use_entrez()
See https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/
══ 1 queries ═══════════════

Retrieving data for taxon 'Acrochordus granulatus'

√ Found: Acrochordus+granulatus
══ Results ═════════════════

Retrieving data for taxon 'Agama'

√ Found: Agama
══ Results ═════════════════

Retrieving data for taxon 'Agamidae'

√ Found: Agamidae
══ Results ═════════════════

Retrieving data for taxon 'Ahaetulla nasuta'

√ Found: Ahaetulla+nasuta
══ Results ═════════════════

  • Total: 1
  • Found: 1
  • Not Found: 0

This console is showing the same error endlessly.

Session_Info.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants