-
Notifications
You must be signed in to change notification settings - Fork 29
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
Annotate function emits lots of errors and is slow/verbose #803
Comments
Adding: when I use the |
The errors aren't coming from the annotate command. OAK reports these when there are URIs without prefixes in the ontology. This was fixed in mondo a while ago, you likely have a very old mondo in your Note that the cache management is not something most users will need to care about after the next release thanks to @gouttegd's edits in #799. Yes, using If you do need to do actual NER, and you aren't using a backend that supports NER natively (e. ontoportal), then you should create and reuse an index:
The creation of the index does seem to take a lot longer than it used to, will investigate. But with |
Thanks @cmungall I didn't realize you could create and reuse indexes Closing, since it looks as though everything is basically working as expected here |
For example, this command takes 1 minute to annotate one string:
and generates 580 errors like this (all to do with OMIMPS's):
and 144 warnings like this (all to do with NCBI genes):
Please close if this is expected - just thought this might be worth looking into
I'm on commit 8746e90, Python 3.11, MacOS 12.5
The text was updated successfully, but these errors were encountered: