-
Notifications
You must be signed in to change notification settings - Fork 52
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
Parsing UniProt data as quads succeeds, but fails to index. #1640
Comments
@JervenBolleman If you look at https://github.com/ad-freiburg/qlever-control/blob/main/src/qlever/Qleverfiles/Qleverfile.uniprot, you will see a The crash happened here: https://github.com/ad-freiburg/qlever/blob/master/src/index/IndexImpl.cpp#L563-L565, where I have hit this several times myself, and it's always frustrating because one has waited so long for the triples to parse and then it crashes for this trivial reason :-( It's on our TODO list and until this is done, we should at least have a proper error message when this happens. |
@JervenBolleman I see now that you have already set
Some more background info on this: the merging is done using a recursive implementation of parallel merge sort, where each call gets the |
PS: When I last built UniProt, the last line of the log regarding the parsing looked like this:
compared to your
Using |
Sorry for the limited information here.
and docker container is gone :(
the image was running
uniprot-settings.json
Anything I can look at?
The text was updated successfully, but these errors were encountered: