diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 09e683f..3507064 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -774,7 +774,7 @@ written in C") ;; Where GN1 is located: (("/gnshare/gn") out) ;; Where the database is located: - (("tux01.uthsc.edu") "localhost")) + (("tux01") "localhost")) ;(("tux01.uthsc.edu") "lily.uthsc.edu")) ;; This directory is expected to be writable (symlink "/tmp" "web/tmp") |