Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion config/oba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ entries:
- prefix: /
replacement: https://github.com/obophenotype/bio-attribute-ontology/releases/latest/download/

term_browser: ontobee
term_browser: ols
example_terms:
- OBA_0000001
11 changes: 11 additions & 0 deletions config/obo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ entries:
- from: /DOID_0014667
to: https://disease-ontology.org/?id=DOID:0014667

# Term redirects for OBA
# Some OBA IDs start with VT_, because they were originally sourced from VT
- regex: ^/obo/OBA_([VT]?[VT]?\d+)$
replacement: https://www.ebi.ac.uk/ols4/ontologies/oba/entities/http://purl.obolibrary.org/obo/OBA_$1
status: see other
tests:
- from: /OBA_0000001
to: https://www.ebi.ac.uk/ols4/ontologies/oba/entities/http://purl.obolibrary.org/obo/OBA_0000001
- from: /OBA_VT0000002
to: https://www.ebi.ac.uk/ols4/ontologies/oba/entities/http://purl.obolibrary.org/obo/OBA_VT0000002

### OBO Format Specification
- exact: /oboformat/
replacement: http://owlcollab.github.io/oboformat/doc/obo-syntax.html
Expand Down
Loading