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

NCBI taxonomy Scrapper does not work for 91347 #27

Open
khillion opened this issue Aug 14, 2020 · 0 comments
Open

NCBI taxonomy Scrapper does not work for 91347 #27

khillion opened this issue Aug 14, 2020 · 0 comments
Labels
bug Something isn't working scrapapi:NCBI taxonomy Work related to NCBI taxonomy scrapping

Comments

@khillion
Copy link
Member

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

from dabeplech import NCBITaxonomyScrapAPI                                                                                                                                                                                                                                                                        

api = NCBITaxonomyScrapAPI()                                                                                                                                                                                                                                                                                      
api.get("91347").current_item.rank

Out: 'gamma-3 proteobacteria'

Expected behavior

from dabeplech import NCBITaxonomyScrapAPI                                                                                                                                                                                                                                                                        

api = NCBITaxonomyScrapAPI()                                                                                                                                                                                                                                                                                      
api.get("91347").current_item.rank

Out: 'order'
@khillion khillion added bug Something isn't working scrapapi:NCBI taxonomy Work related to NCBI taxonomy scrapping labels Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working scrapapi:NCBI taxonomy Work related to NCBI taxonomy scrapping
Projects
None yet
Development

No branches or pull requests

1 participant