Skip to content

Commit

Permalink
Merge pull request #10494 from obophenotype/qc-ro
Browse files Browse the repository at this point in the history
Add minimal RO QC
  • Loading branch information
matentzn authored Apr 26, 2024
2 parents a40cfe6 + 2a091bd commit 0dab79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/hp.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test_obo: test.owl

# Tests that the full hp.owl including imports is logically consistent
consistency:
$(ROBOT) reason --input $(SRC) --reasoner ELK --output test.owl && rm test.owl && echo "Success"
$(ROBOT) merge --input $(SRC) -I http://purl.obolibrary.org/obo/ro.owl reason --reasoner ELK --output test.owl && rm test.owl && echo "Success"

fastobo: hp.obo
fastobo-validator $<
Expand Down

0 comments on commit 0dab79a

Please sign in to comment.