Skip to content

Commit

Permalink
Update ms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein authored Jan 22, 2025
1 parent 88168d9 commit 47bbf7f
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions config/ms.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ idspace: MS
base_url: /obo/ms

products:
- ms.owl: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.owl
- ms.owl: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/ms.owl
- psi-ms.owl: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.owl
- ms.obo: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.obo

term_browser: ontobee
@@ -13,20 +14,33 @@ example_terms:
- MS_0000000

entries:
- prefix: /releases/
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v
tests:
- from: /releases/4.1.86/psi-ms.owl
to: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.86/psi-ms.owl
- from: /releases/4.1.86/psi-ms.obo
to: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.86/psi-ms.obo

- exact: /tracker
replacement: https://github.com/HUPO-PSI/psi-ms-CV/issues

- prefix: /about/
replacement: https://psidev.info/groups/controlled-vocabularies

- prefix: /home
replacement: https://github.com/HUPO-PSI/psi-ms-CV

# intercept exact matches before version prefix blindly grabs everything
- exact: /ms.owl
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/ms.owl
- exact: /psi-ms.owl
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.owl
- exact: /ms.obo
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.obo
- exact: /psi-ms.obo
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/latest/download/psi-ms.obo


# support directly resolving versioned IRIs
- prefix: /
replacement: https://raw.githubusercontent.com/HUPO-PSI/psi-ms-CV/master/
replacement: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v
tests:
- from: /4.1.186/ms.owl
to: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.86/ms.owl
- from: /4.1.86/psi-ms.obo
to: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.86/psi-ms.obo


0 comments on commit 47bbf7f

Please sign in to comment.