-
Notifications
You must be signed in to change notification settings - Fork 11
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
Get rid of partof cycles #314
Changes from all commits
6e22f0b
2045c1a
a21330a
fd09f99
db0d66c
db11656
f1a83c4
57135b7
988f732
c2570d9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,12 +81,15 @@ $(MIRRORDIR)/lipidmaps.owl: $(TEMPLATEDIR)/lipidmaps.tsv | |
$(ONT)-full.owl: $(SRC) $(OTHER_SRC) | ||
echo "INFO: Running FULL release, which is customised for OBA." | ||
$(ROBOT) merge --input $< \ | ||
merge -i components/reasoner_axioms.owl \ | ||
materialize -T basic_properties.txt \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We do this a bit later now. |
||
reason --reasoner ELK --equivalent-classes-allowed all --exclude-tautologies structural \ | ||
reason --reasoner ELK --equivalent-classes-allowed asserted-only --exclude-tautologies structural \ | ||
remove --term PR:000000001 \ | ||
--term SO:0000252 \ | ||
--term SO:0000234 \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We remove a number of asserted equivalent classes forcefully. All three terms have equivalent classes that we are preserving. |
||
reason --reasoner ELK --equivalent-classes-allowed none --exclude-tautologies structural \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is only for QC purposes. |
||
relax \ | ||
reduce -r ELK \ | ||
unmerge -i components/reasoner_axioms.owl \ | ||
materialize -T basic_properties.txt \ | ||
reduce -r ELK \ | ||
$(SHARED_ROBOT_COMMANDS) annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output [email protected] && mv [email protected] $@ | ||
|
||
# Synonyms are managed on Google Sheets | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is removing the following axiom:
Due to the global properties of this statement, we are dropping it.