Skip to content

Commit f870ed9

Browse files
Merge pull request #1043 from gouttegd/make-cl-imports-resolvable
Make sure CL's IRIs for imported files are resolvable.
2 parents a89dbbd + 7f097b2 commit f870ed9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/cl.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,20 @@ entries:
136136
- prefix: /bds/
137137
replacement: https://github.com/obophenotype/brain_data_standards_ontologies/
138138

139+
# For files that are imported from the -edit file (imports, components,
140+
# pattern-derived definitions), we cannot point to the latest release
141+
# download folder as we do below in the "generic" fall-through, because
142+
# those files are _not_ release artefacts and are therefore absent from
143+
# that folder. Instead, we point to the current master branch.
144+
- prefix: /imports/
145+
replacement: https://github.com/obophenotype/cell-ontology/raw/refs/heads/master/src/ontology/imports/
146+
147+
- prefix: /components/
148+
replacement: https://github.com/obophenotype/cell-ontology/raw/refs/heads/master/src/ontology/components/
149+
150+
- prefix: /patterns/
151+
replacement: https://github.com/obophenotype/cell-ontology/raw/refs/heads/master/src/patterns/
152+
139153
## generic fall-through, serve direct from github by default
140154
- prefix: /
141155
replacement: https://github.com/obophenotype/cell-ontology/releases/latest/download/

0 commit comments

Comments
 (0)