-
Notifications
You must be signed in to change notification settings - Fork 0
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
Finish up AssocGoCamModel.translate() #8
Comments
I finished One issue I dealt with was retrieving the aspect from the term since the existing logic (stolen from rdfgen) needed this. Since GPAD doesn't contain this aspect column like GAF does, GPAD could not be translated directly in ontobio/rdfgen. For now, I created a PR in ontobio for getting the GO aspect from a term. This PR's same code is currently in gocamgen but I'll remove it once the PR is merged and the ontobio package gets updated. A TODO in rdfgen is to utilize the GPAD relation field, but this can be discussed when further defining translation rules and then implemented either here or in ontobio. |
Since the PR has been incorporated into ontobio 1.7.0, a couple more things before closing this:
|
The code I have already written for AssocGoCamModel looks like it should take a list of ontobio associations and generate a single GO-CAM model, though I seem to have left AssocGoCamModel.translate() in an unfinished state:
Fixing this method and then
model.write()
should get us a model we can load to Noctua for viewing.The text was updated successfully, but these errors were encountered: