diff options
author | Pjotr Prins | 2024-06-18 05:16:42 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-06-18 05:16:42 -0500 |
commit | 41735d8fbf4fbd0d137224f25b20cda6556ad484 (patch) | |
tree | 5cc0f32cc1ff15c2fc15564bbca8118c7654493b /scripts/precompute/precompute-hits.scm | |
parent | 9578d0a00f4040415723607243fea1dbd8001641 (diff) | |
download | gn-guile-41735d8fbf4fbd0d137224f25b20cda6556ad484.tar.gz |
Started on run-gemma
Diffstat (limited to 'scripts/precompute/precompute-hits.scm')
-rwxr-xr-x | scripts/precompute/precompute-hits.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/precompute/precompute-hits.scm b/scripts/precompute/precompute-hits.scm index 8f27bbe..a18b33d 100755 --- a/scripts/precompute/precompute-hits.scm +++ b/scripts/precompute/precompute-hits.scm @@ -1,4 +1,10 @@ -#! Run from base dir with +#! Precompute hits + +This is the obsolete script to compute GEMMA directly from the DB. We have split out +this step into fetching traits and running gemma without DB. This allows scaling up +on HPC etc. + +Run from base dir with . .guix-shell -- guile -L . -s ./scripts/precompute/precompute-hits.scm |