Skip to content

Commit 8cc4306

Browse files
authored
Merge pull request #1094 from OBOFoundry/matentzn-patch-4-1
2 parents e5c476d + 47ac0b2 commit 8cc4306

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

config/zfs.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,30 @@
33
idspace: ZFS
44
base_url: /obo/zfs
55

6+
## WARNING: ZFS is managed alongside ZFA. So all URLs and redirects are to the ZFA repo
67
products:
7-
- zfs.owl: http://ontologies.berkeleybop.org/zfs.owl
8-
- zfs.obo: http://ontologies.berkeleybop.org/zfs.obo
8+
- zfs.owl: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/master/zfs.owl
9+
- zfs.obo: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/master/zfs.obo
10+
- zfs.json: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/master/zfs.json
911

1012
term_browser: ontobee
1113
example_terms:
1214
- ZFS_0100000
15+
16+
entries:
17+
18+
- prefix: /releases/
19+
replacement: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/v
20+
tests:
21+
- from: /releases/2021-12-09/
22+
to: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/v2021-12-09/
23+
24+
- prefix: /tracker/
25+
replacement: https://github.com/ZFIN/zebrafish-anatomical-ontology/issues
26+
27+
- prefix: /about/
28+
replacement: http://www.ontobee.org/ontology/ZFS?iri=http://purl.obolibrary.org/obo/
29+
30+
## generic fall-through, serve direct from github by default
31+
- prefix: /
32+
replacement: https://raw.githubusercontent.com/ZFIN/zebrafish-anatomical-ontology/master/

0 commit comments

Comments
 (0)