From 65d48f9f0a5ff3f52cc7f01e52fa220e7f562457 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 25 Nov 2022 18:43:04 +0000 Subject: Provide a sample conn.scm. * README.md (Using)[Set up connection parameters]: Provide a sample conn.scm. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ffa3851..57deb52 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,22 @@ 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-password . "my-secret-password") + (sql-database . "db_webqtl") + (sql-host . "localhost") + (sql-port . 3306) + (virtuoso-port . 9081) + (virtuoso-username . "dba") + (virtuoso-password . "my-secret-virtuoso-password") + (sparql-scheme . http) + (sparql-host . "localhost") + (sparql-port . 9082)) +``` + ## Dump the database Then, to dump the database to \~/data/dump, run -- cgit v1.2.3