-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Feature Request] Fuzzy name searching with name2taxid #88
Labels
Comments
This would be quite helpful! |
Oh, I missed this issue before. There are some existing packages I can use. |
shenwei356
added a commit
that referenced
this issue
Jun 15, 2024
Implemented with https://github.com/suggest-go/suggest/ , it supports writing the index to file but I didn't make it. So right now, it's an in-memory index, which is slow to build for every run. Fuzzy match:
Exact match:
Try it:
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
taxonkit version
Describe your issue
Similar to https://github.com/etetoolkit/ete/blob/1582ea2aa0d28065f4757b8b5af74367f6abe19f/ete4/ncbi_taxonomy/ncbiquery.py#L112C30-L112C30
For example, EukZoo has an annotation from a source organism id
AddRef0031
labeled as speciesParamecium tetraurelia
and strainStock d4-2
. A manual search for this shows https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=412030 but the keyword "stock" is missing even though they are certainly the same.Would it be possible to include this type of searching?
The text was updated successfully, but these errors were encountered: