aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-07-10 11:48:24 +0300
committerMunyoki Kilyungi2024-07-10 11:49:55 +0300
commitf1a55971870a88c695a822549d702852e6fde123 (patch)
tree6348e26c8ea3ee017eed1b12e6a5dcd84e392b05
parent891af1fc001f2f2da951dcee181c247083c6a40b (diff)
downloadgn-transform-databases-f1a55971870a88c695a822549d702852e6fde123.tar.gz
Remove the "generif-data-file" from the documentation.
Right now, we get the generif metadata from the GeneRIF_BASIC table. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 06dc82d..72ca166 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,7 @@ shown below. Take care to replace the placeholders within angle brackets
with the appropriate values.
``` scheme
-((generif-data-file . "/path/to/generifs_basic.gz")
- (sql-username . "<sql-username-here>")
+((sql-username . "<sql-username-here>")
(sql-password . "<sql-password-here>")
(sql-database . "<sql-database-name-here>")
(sql-host . "<sql-hostname-here>")
@@ -58,14 +57,9 @@ 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.
-
Here's a sample *conn.scm*.
``` scheme
-((generif-data-file . "/home/gn/generifs_basic.gz")
- (sql-username . "webqtlout")
+((sql-username . "webqtlout")
(sql-password . "my-secret-password")
(sql-database . "db_webqtl")
(sql-host . "localhost")