mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: wfa2-lib: Mark package as tunable.
* gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
This commit is contained in:
parent
f4a0e472a9
commit
f45c0c8228
1 changed files with 1 additions and 0 deletions
|
@ -18422,6 +18422,7 @@ (define-public wfa2-lib
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue