diff options
author | Pjotr Prins | 2023-12-02 17:01:51 -0600 |
---|---|---|
committer | Pjotr Prins | 2023-12-02 17:01:51 -0600 |
commit | caaf3428dea7e58c23640b5b6f5950fe3796bc30 (patch) | |
tree | 94f7849e5af7bf4d229c20d7fd421c2ac6718613 /scripts/precompute | |
parent | 8fb091769b6b01d476b45943bac54a26a8923573 (diff) | |
download | gn-guile-caaf3428dea7e58c23640b5b6f5950fe3796bc30.tar.gz |
Mysql: check database is running. And some comments
Diffstat (limited to 'scripts/precompute')
-rwxr-xr-x | scripts/precompute/precompute-hits.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/precompute/precompute-hits.scm b/scripts/precompute/precompute-hits.scm index 8762a6a..5f45967 100755 --- a/scripts/precompute/precompute-hits.scm +++ b/scripts/precompute/precompute-hits.scm @@ -2,6 +2,10 @@ .guix-shell -- guile -L . -s ./scripts/precompute/precompute-hits.scm +and with some extra paths + +.guix-shell ruby --expose=/home/wrk/iwrk/opensource/code/genetics/gemma-wrapper/=/gemma-wrapper --expose=/home/wrk/iwrk/opensource/code/genetics/gemma/=/gemma -- guile -L . -s ./scripts/precompute/precompute-hits.scm + !# (use-modules (dbi dbi) |