Skip to content

Commit 1dff6e5

Browse files
authored
Merge pull request #78 from caufieldjh/patch-1
Updates for the README
2 parents b58d488 + a2e00f3 commit 1dff6e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sqlite> SELECT * FROM rdfs_label_statement WHERE value LIKE 'Abnormality of %';
2020
|HP:0000032|HP:0000032|rdfs:label||Abnormality of male external genitalia|xsd:string||
2121

2222

23-
Ready-made SQLite3 builds can also be downloaded for any ontology in [OBO](http://obofoundry.org), using URLs such as https://s3.amazonaws.com/bbop-sqlite/hp.db
23+
Ready-made SQLite3 builds can also be downloaded for any ontology in [OBO](http://obofoundry.org), using URLs such as https://s3.amazonaws.com/bbop-sqlite/hp.db.gz
2424

2525
[relation-graph](https://github.com/balhoff/relation-graph/) is used to pre-generate tables of [entailed edges](https://incatools.github.io/semantic-sql/EntailedEdge/). For example,
2626
all is-a and part-of ancestors of [finger](http://purl.obolibrary.org/obo/UBERON_0002389) in Uberon:
@@ -73,7 +73,7 @@ semsql download obi -o obi.db
7373

7474
Or simply download using URL of the form:
7575

76-
- https://s3.amazonaws.com/bbop-sqlite/hp.db
76+
- https://s3.amazonaws.com/bbop-sqlite/hp.db.gz
7777

7878
## Attaching databases
7979

@@ -138,7 +138,7 @@ This assumes `foo.owl` is in the same folder
138138

139139
There are two docker images that can be used:
140140

141-
- ODK
141+
- [ODK](https://hub.docker.com/r/obolibrary/odkfull)
142142
- [semantic-sql](https://hub.docker.com/repository/docker/linkml/semantic-sql)
143143

144144
The ODK image may lag behind

0 commit comments

Comments
 (0)