-
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
Error on uberon.makefile ln100 #2233
Comments
full documentation of this: #2231 (comment) |
This is sufficient to prompt the error: ./run.sh owltools tmp/uberon-merged.owl --expand-macros hypothesis - this is caused by an issue in never_in_taxon AP axioms that have changed since the last release @shawntanzk can you do a diff of uberon-edit.owl since the last release and grep the results for never_in_taxon to see if any look odd? |
Ontology comparisonLeft
Right
Ontology importsOntology annotationsUBERON_8410068
|
@dosumis not sure how to grep with old version and all, but the above is the diff between the last uberon release and current, the following are the ones that have never in taxon: echolocation organ http://purl.obolibrary.org/obo/UBERON_0010053 |
Values should be classes, not strings! Fixing now. |
Blocked by #2233 Related to #2240 Related to obo-behavior/behavior-ontology#117
Related to #2233 Think it fixes the error - need to try before I close
Fixed in #2248 |
The above is the command in the makefile where it is failing.
tmp/uberon-merged.owl seems to be built alright, but seems to be failing at the line that starts with $(OWLTOOLS)
make: *** [uberon.Makefile:100: tmp/uberon-edit.owl] Error 1
This is the same failure with trying to build imports and mirrors and trying to make tmp/uberon-edit.owl
making tmp/uberon-merged.owl is fine though
The text was updated successfully, but these errors were encountered: