We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NCBITaxonomy scrapper does not work for entry 81347.
81347
https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=info&id=91347
from dabeplech import NCBITaxonomyScrapAPI api = NCBITaxonomyScrapAPI() api.get("91347").current_item.rank Out: 'gamma-3 proteobacteria'
from dabeplech import NCBITaxonomyScrapAPI api = NCBITaxonomyScrapAPI() api.get("91347").current_item.rank Out: 'order'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
NCBITaxonomy scrapper does not work for entry
81347
.https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=info&id=91347
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: