Skip to content

Commit

Permalink
Merge pull request #1820 from FlyBase/update-uberon-integration-check
Browse files Browse the repository at this point in the history
Fix the Uberon integration check.
  • Loading branch information
gouttegd authored Apr 19, 2024
2 parents 7e8acb9 + cb7396d commit ac13615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/uberon-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
uberon_integration:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4.3
container: obolibrary/odkfull:v1.5

steps:

Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build FBbt
run: |
cd fbbt/src/ontology
make fbbt.owl mappings.sssom.tsv MIR=false IMP=false PAT=false
make fbbt.owl ../mappings/fbbt.sssom.tsv MIR=false IMP=false PAT=false
- name: Build Uberon
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
robot merge -i fbbt/src/ontology/fbbt.owl \
-i uberon/src/ontology/uberon.owl \
-i cl/src/ontology/cl.owl \
sssom:inject --sssom fbbt/src/ontology/mappings.sssom.tsv \
sssom:inject --sssom fbbt/src/mappings/fbbt.sssom.tsv \
--ruleset fbbt/src/scripts/bridging.rules \
annotate --ontology-iri http://purl.obolibrary.org/obo/fbbt/fbbt-uberon-cl-merge.owl \
--output fbbt-uberon-cl-merge.owl \
Expand Down

0 comments on commit ac13615

Please sign in to comment.