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

tax_name() rows argument #686

Closed
eregenyi opened this issue Jun 8, 2018 · 1 comment
Closed

tax_name() rows argument #686

eregenyi opened this issue Jun 8, 2018 · 1 comment
Labels
Milestone

Comments

@eregenyi
Copy link

eregenyi commented Jun 8, 2018

Hi all!

I am trying to retrieve taxonomic information for a set of bacterial genera, using tax_name(). "Bacillus" occurs quite frequently, and it returns 2 hits, of which the second is the bacteria, I want.

When trying to automate retrieval using the rows = 2 argument, I am still being queried, which requires me to stick around while the code is running.

Did someone have the same issue? How could I solve it?

The code I am trying to run is just:

tax_name("Bacillus", c("family", "order"), db = "ncbi" ,rows = 2)

Thank you for your help! Awesome package by the way, super helpful!

@sckott sckott added this to the v0.9.4 milestone Jun 8, 2018
@sckott sckott added the bug label Jun 8, 2018
@sckott sckott closed this as completed in 9bf3e94 Jun 8, 2018
@sckott
Copy link
Contributor

sckott commented Jun 8, 2018

@eregenyi thx for the report! install from github and try again remotes::install_github("ropensci/taxize")

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

No branches or pull requests

2 participants