[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: wfa2-lib: Mark package as tunable.
From: |
guix-commits |
Subject: |
02/02: gnu: wfa2-lib: Mark package as tunable. |
Date: |
Fri, 22 Sep 2023 04:17:57 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit f45c0c82289d409b4fac00464ea8b323839ba53f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Sep 22 09:32:11 2023 +0300
gnu: wfa2-lib: Mark package as tunable.
* gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
---
gnu/packages/bioinformatics.scm | 1 +
1 file changed, 1 insertion(+)
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