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

Odds #204

Merged
merged 2 commits into from
Jul 14, 2023
Merged

Odds #204

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ servers:
# url: http://127.0.0.1:5000
termsOfService: http://robokop.renci.org:7055/tos?service_long=ARAGORN&provider_long=RENCI
title: ARAGORN
version: 2.4.14
version: 2.4.15
tags:
- name: translator
- name: ARA
Expand Down
15 changes: 15 additions & 0 deletions src/rules/Notes
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,20 @@ The current rules have been created through a somewhat complicated process:
For these I go into hand and edit the rule to be
?e activity_or_abundance_biolink:affects ?b ?e biolink:similar_to ?a => ?a increased_activity_biolink:affects ?b
Changing both the "Rule" and the edge in "template" by adding the correct qualifier
7. Also hand removed several rules:
x ?a biolink:interacts_with ?b ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_biolink:affects ?b"
x ?b activity_or_abundance_biolink:affects ?a ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_biolink:affects ?b
x ?b biolink:affects_response_to ?a ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_biolink:affects ?b
x ?a decreased_activity_or_abundance_biolink:affects ?b ?a increased_activity_or_abundance_biolink:affects ?b => ?a decreased_activity_biolink:affects ?b
x ?b activity_or_abundance_biolink:affects ?a ?a increased_activity_or_abundance_biolink:affects ?b => ?a decreased_activity_biolink:affects ?b"
x ?b biolink:increases_response_to ?a ?a increased_activity_biolink:affects ?b => ?a decreased_activity_biolink:affects ?b
x ?a biolink:interacts_with ?b ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_or_abundance_biolink:affects ?b
x ?b activity_or_abundance_biolink:affects ?a ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_or_abundance_biolink:affects ?b
x ?b biolink:affects_response_to ?a ?a decreased_activity_or_abundance_biolink:affects ?b => ?a increased_activity_or_abundance_biolink:affects ?b
x ?a decreased_molecular_interaction_biolink:affects ?b ?a increased_activity_or_abundance_biolink:affects ?b => ?a decreased_activity_or_abundance_biolink:affects ?b
x ?b activity_or_abundance_biolink:affects ?a ?a increased_activity_or_abundance_biolink:affects ?b => ?a decreased_activity_or_abundance_biolink:affects ?b
x ?b biolink:affects_response_to ?a ?a increased_activity_biolink:affects ?b => ?a decreased_activity_or_abundance_biolink:affects ?b
"?b biolink:increases_response_to ?a ?a increased_activity_or_abundance_biolink:affects ?b => ?a decreased_activity_or_abundance_biolink:affects ?b


This process is obviously roundabout and we are going to clarify it in the next round of rule minings.
Loading
Loading