diff options
author | Efraim Flashner | 2020-08-26 05:38:17 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-08-26 05:38:46 -0500 |
commit | e74299d2b15f4713884aeb71ba60a1ab9e468ddb (patch) | |
tree | 16ef4c40e4d57339b502cf5501152786d8e9447c /gn/packages/genenetwork.scm | |
parent | e830efcac72db22f42cab70055cda109f16303b1 (diff) | |
download | guix-bioinformatics-e74299d2b15f4713884aeb71ba60a1ab9e468ddb.tar.gz |
updates
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 7b1650a..98be132 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -849,7 +849,8 @@ written in C") ;; Where GN1 is located: (("/gnshare/gn") out) ;; Where the database is located: - (("tux01") "localhost")) + (("tux01.uthsc.edu") "localhost")) + ;(("tux01.uthsc.edu") "lily.uthsc.edu")) ;; This directory is expected to be writable (symlink "/tmp" "web/tmp") #t))) |