From e8b5eed0f1bef00f532f11c123cb579bc4e9fef6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 1 Jun 2022 16:14:28 +0530 Subject: gn: Add python2-biopython. python2-biopython has been removed from Guix upstream. * gn/packages/bioinformatics.scm (python2-biopython): New variable. --- gn/packages/bioinformatics.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn') 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. -- cgit v1.2.3