about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-08-11 16:51:09 +0300
committerMunyoki Kilyungi2023-08-15 19:32:47 +0300
commit1777732368f2f766c857f04f4d7e33ab0b13b5a1 (patch)
tree4eeb9aaf090393a9a15c2e4f24e5c79bfde7e49a
parentf1b6532bb1a8d5e402111c57da9050036902fc5a (diff)
downloadgn-transform-databases-1777732368f2f766c857f04f4d7e33ab0b13b5a1.tar.gz
Dump publishfreeze data
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rwxr-xr-xexamples/dump-phenotype.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm
index 19a8892..f73f19f 100755
--- a/examples/dump-phenotype.scm
+++ b/examples/dump-phenotype.scm
@@ -153,9 +153,8 @@
     ("pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>")))
  (inputs
   (list
-   ;; dump-publishfreeze
-   dump-phenotypes
-   ))
+   dump-publishfreeze
+   dump-phenotypes))
  (outputs
   '(#:documentation "./docs/dump-phenotype.md"
     #:rdf "./verified-data/dump-phenotype.ttl")))