Skip to content

Commit

Permalink
Merge pull request #917 from ProfTuan/master
Browse files Browse the repository at this point in the history
Create mcro.yml
  • Loading branch information
jamesaoverton committed May 16, 2023
2 parents 9fb030d + 2f1f8ce commit 12bd485
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/mcro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# PURL configuration for http://purl.obolibrary.org/obo/mcro

idspace: MCRO
base_url: /obo/mcro

products:
- mcro.owl: https://raw.githubusercontent.com/UTHealth-Ontology/MCRO/main/mcro.owl

term_browser: ontobee
example_terms:
- MCRO_0000001

entries:

- prefix: /releases/
replacement: https://github.com/UTHealth-Ontology/MCRO/releases/download/v
tests:
- from: /releases/2023-03-07/
to: https://github.com/UTHealth-Ontology/MCRO/releases/download/v2023-03-07/

- prefix: /tracker/
replacement: https://github.com/UTHealth-Ontology/MCRO/issues

- prefix: /about/
replacement: http://www.ontobee.org/ontology/MCRO?iri=http://purl.obolibrary.org/obo/

## generic fall-through, serve direct from github by default
- prefix: /
replacement: https://raw.githubusercontent.com/UTHealth-Ontology/MCRO/main/

0 comments on commit 12bd485

Please sign in to comment.