diff options
author | root | 2021-02-05 14:06:23 +0000 |
---|---|---|
committer | root | 2021-02-05 14:06:23 +0000 |
commit | 8b29e4bdfa9c2b90abe87b5876cb58e22406990d (patch) | |
tree | b2bfb400a44b48b6c3d4f5279fe67ffa6975c6ab /gn/packages/genenetwork.scm | |
parent | 5329ba6cb2c303765dbb6eeef5f60667fb6e362c (diff) | |
download | guix-bioinformatics-8b29e4bdfa9c2b90abe87b5876cb58e22406990d.tar.gz |
gn1: make run in a container
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 a3ed18f..0db7032 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -764,7 +764,7 @@ written in C") ;; Where GN1 is located: (GNROOT) (("/gnshare/gn") out) ;; Where the database is located: (sql_host) - (("tux01") "localhost")) + (("tux01.uthsc.edu") "127.0.0.1")) (substitute* '("web/webqtl/maintainance/QTL_Reaper_cal_lrs.py") (("128\\.169\\.5\\.59") "localhost")) ;; This directory (TMPDIR) is expected to be writable by apache. |