aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 214f165..b5ed863 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,7 @@ That reads the `etc/sample.json` file included in this repository and converts i
## Set up connection parameters
-Describe the database connection parameters in a file *conn.scm* file as
-shown below. Take care to replace the placeholders within angle brackets
-with the appropriate values.
+Describe the database connection parameters in a file *conn.scm* file as shown below. Take care to replace the placeholders within angle brackets with the appropriate values.
``` scheme
((sql-username . "<sql-username-here>")
@@ -105,10 +103,7 @@ which does the same thing, but has the potential to be confusing due to the two
## Validate and load dump
-Then, validate the dumped RDF using `rapper` and load it into
-virtuoso. This will load the dumped RDF into the
-`http://genenetwork.org` graph, and will delete all pre-existing data
-in that graph (FIXME)
+Then, validate the dumped RDF using `rapper` and load it into virtuoso. This will load the dumped RDF into the `http://genenetwork.org` graph, and will delete all pre-existing data in that graph (FIXME)
``` shell
$ guix shell -m manifest.scm -- rapper --input turtle --count ~/data/dump/dump.ttl