diff options
author | Arun Isaac | 2022-11-25 18:42:25 +0000 |
---|---|---|
committer | Arun Isaac | 2022-11-25 18:42:25 +0000 |
commit | de098fee5b1b89d1cecfbeca75a3976b6fcb1b9b (patch) | |
tree | 59618f97cc674f5211fabf4a5bf08c3db7122f4b | |
parent | 3fe795f92c19c12568c02c09cc3bc0fad8e0b7a4 (diff) | |
download | gn-transform-databases-de098fee5b1b89d1cecfbeca75a3976b6fcb1b9b.tar.gz |
Document generif-data-file connection parameter.
* README.md (Using)[Set up connection parameters]: Document
generif-data-file.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ with the appropriate values. (sparql-port . <sparql-endpoint-port-here>)) ``` +Download the GeneRIF data file from +https://ftp.ncbi.nih.gov/gene/GeneRIF/generifs_basic.gz and specify +its path in the `generif-data-file` parameter. + ## Dump the database Then, to dump the database to \~/data/dump, run |