Skip to content

Commit

Permalink
Update relation-diff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Feb 22, 2024
1 parent 2dd94e4 commit 8b6fa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relation-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: ontrdf.facts
path: ontrdf.facts
- name: Diff classification
run: souffle src/util/relation-diff.dl
run: head right.facts && head left.facts && head ontrdf.facts && souffle src/util/relation-diff.dl
- name: Combine output
run: cat lost.csv gained.csv >diff.tsv
- name: Upload diff
Expand Down

1 comment on commit 8b6fa56

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a diff of how these changes impact the classified ontology:

Ontology comparison

Left

  • Ontology IRI: http://purl.obolibrary.org/obo/go.owl
  • Version IRI: http://purl.obolibrary.org/obo/go/releases/2024-02-22/go.owl
  • Loaded from: file:/__w/go-ontology/go-ontology/src/ontology/../../reasoned-master.owl/reasoned.owl

Right

  • Ontology IRI: http://purl.obolibrary.org/obo/go.owl
  • Version IRI: http://purl.obolibrary.org/obo/go/releases/2024-02-22/go.owl
  • Loaded from: file:/__w/go-ontology/go-ontology/src/ontology/../../reasoned-pr.owl/reasoned.owl

Ontology imports

Ontology annotations

ADP transport http://purl.obolibrary.org/obo/GO_0015866

Removed

Added

mitochondrial ADP transmembrane transport http://purl.obolibrary.org/obo/GO_0140021

Removed

Added

Please sign in to comment.