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

optimize create_umls_submissions.rb script #48

Open
alexskr opened this issue Dec 6, 2021 · 0 comments
Open

optimize create_umls_submissions.rb script #48

alexskr opened this issue Dec 6, 2021 · 0 comments

Comments

@alexskr
Copy link
Member

alexskr commented Dec 6, 2021

create_umls_submissions.rb script should be optimized:

  • script runs owlapi-wrapper when creating new UMLS submissions; however, that step is not needed. ttl file gets loaded directly into the triple store and owlapi.xrdf is not used in any way.
  • script uses pull mechanism to add new submissions, perhaps it would be easier to create new submissions directly. generate_rdf method skips owlapi for UMLS type ontologies but pull mechanism runs owlapi to validate ontology before creating a new submission
@alexskr alexskr changed the title create_umls_submissions.rb script should not run owlapi-wrapper optimize create_umls_submissions.rb script Dec 6, 2021
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

No branches or pull requests

1 participant