about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/dataset-metadata-git.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dataset-metadata-git.scm b/examples/dataset-metadata-git.scm
index f2bde48..6be6d28 100755
--- a/examples/dataset-metadata-git.scm
+++ b/examples/dataset-metadata-git.scm
@@ -30,7 +30,7 @@
                       (regexp-substitute/global #f "[^A-Za-z0-9:]"
                                                 (get "InfoPageName")
                                                 'pre "_" 'post)))
-         (dir-name (string-append "/export/data/genenetwork/data/"))
+         (dir-name (string-append "/export/data/genenetwork/gn-docs/datasets/"))
          (file-name (cut string-append dir-name <>))
          (summary (get* "Summary"))
          (tissue (get* "AboutTissue"))