-
Notifications
You must be signed in to change notification settings - Fork 4
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
taxize::gnr* issues #57
Comments
Thanks for reaching out @cmbappleby. Which version of EMLassemblyline are you running? |
@clnsmth 3.3.5 |
@clnsmth I cloned taxonomyCleanr and tweaked the code, and I got In
And I changed the code in this function:
I do get a warning |
Thanks @cmbappleby, I'll take a closer look at this code. Would you mind checking if this issue persists after installing the latest versions of taxonomyCleanr (v.1.6.6) and EMLassemblyline (v3.5.6). |
@clnsmth I'm using the latest version of EMLassemblyline. The code I changed was from v.1.6.6 of taxonomyCleanr, which calls taxize functions that utilize Global Names Resolver, which is no longer working. From v.1.6.6 of taxonomyCleanr
|
@clnsmth |
Looks like taxize 0.10.0 is out now! https://github.com/ropensci/taxize/releases/tag/v0.10.0 |
I'm trying to use
EMLassemblyline::template_taxonomic_coverage()
, and I get "Error: Service Unavailable (HTTP 503)". After some digging, it seems that resolver.globalnames.org is no longer working and has been replaced with verifier.globalnames.org. The taxize package has a function,gna_verifier()
to replacegnr_resolve()
; however, there does not appear to be a function that replacesgnr_datasources()
. Not sure if this is a taxomonyCleanr issue or a taxize issue.The text was updated successfully, but these errors were encountered: