Skip to content

Commit

Permalink
Merge pull request #1005 from OBOFoundry/obi-20241003
Browse files Browse the repository at this point in the history
OBI release 2024-10-03
  • Loading branch information
jamesaoverton authored Oct 22, 2024
2 parents 973c5d2 + 590181b commit a503ea2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/obi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ idspace: OBI
base_url: /obo/obi

products:
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/obi.obo
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/views/obi.obo

term_browser: ontobee
example_terms:
Expand All @@ -16,22 +16,22 @@ entries:
### Current Releases

- exact: /obi-base.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/obi-base.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/views/obi-base.owl

- exact: /obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/views/obi_core.owl

- exact: /obi_IEDBview.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2017-02-22/obi_iedb.owl

- exact: /release-notes.html
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/README.md
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/README.md

- exact: /webService.owl
replacement: https://raw.githubusercontent.com/obi-webservice/OBIws/master/ontology/release/v1.1/webService.owl

- exact: /NIAID-GSC-BRC.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/NIAID-GSC-BRC.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/views/NIAID-GSC-BRC.owl

- exact: /obi_FGED.owl
replacement: http://svn.code.sf.net/p/obi/code/releases/2013-10-25/obi_FGED.owl
Expand Down Expand Up @@ -296,6 +296,12 @@ entries:
- exact: /2024-06-10/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/obi.obo

- exact: /2024-10-03/obi.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/obi.owl

- exact: /2024-10-03/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-10-03/views/obi.obo

### Web Service Releases

- exact: /v1.1/webService.owl
Expand Down

0 comments on commit a503ea2

Please sign in to comment.