diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-22 09:32:11 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-22 09:32:11 +0300 |
commit | f45c0c82289d409b4fac00464ea8b323839ba53f (patch) | |
tree | c3fb1f47920c267ea244561a2e943e8f6c8816b5 /gnu | |
parent | f4a0e472a949bfb91b85ec0612efdeabb9c60c56 (diff) | |
download | guix-f45c0c82289d409b4fac00464ea8b323839ba53f.tar.gz guix-f45c0c82289d409b4fac00464ea8b323839ba53f.zip |
gnu: wfa2-lib: Mark package as tunable.
* gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dd14bada47..ccee9d1f60 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18422,6 +18422,7 @@ Cflags: -I${includedir}~%" (description "The wavefront alignment (WFA) algorithm is an exact gap-affine algorithm that takes advantage of homologous regions between the sequences to accelerate the alignment process.") + (properties `((tunable? . #t))) (license license:expat))) (define-public vcflib |