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

Dev #354

Merged
merged 39 commits into from
Nov 12, 2020
Merged

Dev #354

merged 39 commits into from
Nov 12, 2020

Conversation

goodb
Copy link
Contributor

@goodb goodb commented Oct 17, 2020

incorporate recent changes related to removal of imports statements.
Impovements to shex validator and statistics calculator

goodb and others added 17 commits August 25, 2020 14:40
CoreMolecularModelManager.removeDeadAnnotationsAndImports takes out imports and tje json_model annotation property.  This plus the CoreMolecularModelManager.fixBrokenObjectPropertiesAndAxioms for handling loader problems results in go-cams with no import statements and with all of their object properties properly declared.
updates to line up with molecular event
if some one makes a model and renders the evidence nodes, as can happen, they get metadata like x,y, locations.  Making them @gocamentity allows this to happen.
shift to SPARQL pattern (using existing M3 sparql access) from OWL API pattern makes things way faster (again..).  Added some real test cases.  Dramatic speed improvements (6 seconds to 0 seconds for very large model).
No impact on anything aside from stats calculation.  All tests look good locally and in travis.  Merging.
this reduces junk that can overflow travis.
@goodb goodb requested a review from kltm October 17, 2020 20:24
goodb added 10 commits November 9, 2020 15:44
switching it out to a non-functional import for the import removal test.  Probably better to set up a catalogue..
Will not overwrite models in the provided database.  Assuming models come in via the command line load, this shoud cure the multiple models with the same id problem.  (Forcing the user to fix them prior to loading.)
…o-cli-output

Add shex explanation json to cli output
The explanation service was using the Golr ExternalLookupService .  This is no longer operational within minerva.  It was replaced by the local blazegraph ontology manager - here for label lookups.  ExternalLookupService references and code could be removed from the code base - assuming the blazegraphontologymanager pattern is kept.  cc @balhoff
@kltm
Copy link
Member

kltm commented Nov 12, 2020

Time is short, so we are taking this before tests finish.

@kltm kltm merged commit d3e4ed6 into master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants