Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OBI 2024-06-10 release #996

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-01-09/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2024-01-09/views/obi.obo
- 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

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-01-09/views/obi-base.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/views/obi-base.owl

- exact: /obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-01-09/views/obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/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-01-09/README.md
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/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-01-09/views/NIAID-GSC-BRC.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-06-10/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 @@ -290,6 +290,12 @@ entries:
- exact: /2024-01-09/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2024-01-09/views/obi.obo

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

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

### Web Service Releases

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