From a4c0a58594fb4a7226186caf67f4614c60388c95 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 6 May 2024 22:52:36 +0300 Subject: gnu: proteinortho: Add tunable property. * gnu/packages/bioinformatics.scm (proteinortho)[properties]: Add tunable? flag. Change-Id: If59d5785c8c8e4aedb5b88479da6fba0e9754640 --- gnu/packages/bioinformatics.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dcb3896c6b..aa522b76c6 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9043,6 +9043,7 @@ predicts the locations of structural units in the sequences.") species. For doing so, it compares similarities of given gene sequences and clusters them to find significant groups. The algorithm was designed to handle large-scale data and can be applied to hundreds of species at once.") + (properties `((tunable? . #t))) (license license:gpl3+))) (define-public prodigal -- cgit v1.2.3