aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorArun Isaac2022-06-01 16:14:28 +0530
committerArun Isaac2022-06-01 16:39:00 +0530
commite8b5eed0f1bef00f532f11c123cb579bc4e9fef6 (patch)
tree50a3b3fa283cd4fcb8c289a8d6c1b1cadb76b209 /gn
parentbab046a321595f667718162b0bb3c32f8ea0c433 (diff)
downloadguix-bioinformatics-e8b5eed0f1bef00f532f11c123cb579bc4e9fef6.tar.gz
gn: Add python2-biopython.
python2-biopython has been removed from Guix upstream. * gn/packages/bioinformatics.scm (python2-biopython): New variable.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/bioinformatics.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm
index d3bffb6..77e115f 100644
--- a/gn/packages/bioinformatics.scm
+++ b/gn/packages/bioinformatics.scm
@@ -2757,6 +2757,9 @@ downstream analysis.")
(home-page "https://matsen.fhcrc.org/pplacer/")
(license license:gpl3))))
+(define-public python2-biopython
+ (package-with-python2 python-biopython))
+
;; This package is installed alongside 'pplacer'. It is a separate package so
;; that it can use the python-build-system for the scripts that are
;; distributed alongside the main OCaml binaries.