Skip to content

Commit a2e00f3

Browse files
authored
URLs for hp.db -> hp.db.gz
1 parent b5f4e49 commit a2e00f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)