Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Provide URI to database server to the indexing script. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion genenetwork-development.scm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ genenetwork3 source from the latest commit of @var{project}."
(lambda ()
;; Build xapian index.
(setenv "PYTHONPATH" (getcwd))
(invoke "./scripts/index-genenetwork" xapian-build-directory)
(invoke "./scripts/index-genenetwork" xapian-build-directory
"mysql://webqtlout:webqtlout@localhost/db_webqtl")
;; Stop genenetwork3, replace old xapian index and
;; start genenetwork3.
(dynamic-wind
Expand Down