diff options
| author | Pjotr Prins | 2026-04-10 14:01:02 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-10 14:01:02 +0200 |
| commit | 93fba7486e6546f371bb111360b397cb121229b9 (patch) | |
| tree | 3658b555b9b3dc8054435d7612f4ecfcf0007095 | |
| parent | 8a21ec813ae3fda194bd1d25dbe609b63ab86bed (diff) | |
| download | pangemma-93fba7486e6546f371bb111360b397cb121229b9.tar.gz | |
Tuneable output (guix.scm) for pangemma
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm index 9550be4..2e2de52 100644 --- a/guix.scm +++ b/guix.scm @@ -51,6 +51,7 @@ (arguments (list #:install-plan #~'(("include/lmdbxx/lmdb++.h" "include/lmdb++.h")))) + (properties '((tunable? . #t))) (home-page "https://github.com/hoytech/lmdbxx") (synopsis "C++17 wrapper for the LMDB database library") (description "Header-only C++17 wrapper for the LMDB embedded @@ -92,6 +93,7 @@ key-value store, with string_view-based API.") (lambda _ (install-file "build/bin/Release/gemma" (string-append #$output "/bin"))))))) + (properties '((tunable? . #t))) (home-page "https://github.com/genetics-statistics/pangemma") (synopsis "Pangenome-enabled GEMMA for genome-wide association studies") (description "PanGemma is a pangenome-enabled version of GEMMA |
