Skip to content
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
25 changes: 21 additions & 4 deletions config/fbbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,26 @@ idspace: FBbi
base_url: /obo/fbbi

products:
- fbbi.owl: https://raw.githubusercontent.com/Imaging-semantics/fbbi/master/fbbi.owl
- fbbi.obo: https://raw.githubusercontent.com/Imaging-semantics/fbbi/master/fbbi.obo
- fbbi.owl: https://github.com/foundingGIDE/fbbi/releases/latest/download/fbbi.owl
- fbbi.obo: https://github.com/foundingGIDE/fbbi/releases/latest/download/fbbi.obo

term_browser: ontobee
term_browser: ols
example_terms:
- FBbi_0000001
- FBbi_00000031

entries:

# Version previously maintained by "Imaging Semantics"
- prefix: /releases/2020-11-06/
replacement: https://raw.githubusercontent.com/Imaging-semantics/fbbi/v2020-11-06/

# All subsequent releases will come from "FoundingGIDE"
- prefix: /releases/
replacement: https://github.com/foundingGIDE/fbbi/releases/download/v

- prefix: /tracker/
replacement: https://github.com/foundingGIDE/fbbi/issues

## generic fall-through, serve from the latest release artefacts
- prefix: /
replacement: https://github.com/foundingGIDE/fbbi/releases/latest/download/
Loading