aboutsummaryrefslogtreecommitdiff
path: root/examples/dataset-metadata-git.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-02-08 18:00:24 +0300
committerMunyoki Kilyungi2024-02-08 18:00:24 +0300
commitffcdcbc34069772bf396393f9614d79a3bd64467 (patch)
tree5f7ea14727fc6e66d21d51afcb604430155e1df8 /examples/dataset-metadata-git.scm
parent6c686e0631823d747ce59de4bcd29513f9b30295 (diff)
downloadgn-transform-databases-ffcdcbc34069772bf396393f9614d79a3bd64467.tar.gz
Update local git-repo directory.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/dataset-metadata-git.scm')
-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"))