Skip to content

Commit

Permalink
version increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 30, 2024
1 parent 7cef8e2 commit 5dd9834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-owl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Validate OWL File for OLS
run: |
cd ols4/dataload/rdf2json/target
wget https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/dev/owl-config-ols/foundry.json
wget https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/dev/owl-config-ols/fail_owl.json
wget https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/owl-config-ols/foundry.json
wget https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/owl-config-ols/fail_owl.json
java -jar rdf2json-1.0-SNAPSHOT.jar --config foundry.json --output foundry_out.json
if diff foundry_out.json fail_owl.json > /dev/null; then
echo "The PSI-MS ontology has an error in the owl file and do not allow to import in OLS"
Expand Down

0 comments on commit 5dd9834

Please sign in to comment.