diff options
author | Arun Isaac | 2022-06-01 16:14:28 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-01 16:39:00 +0530 |
commit | e8b5eed0f1bef00f532f11c123cb579bc4e9fef6 (patch) | |
tree | 50a3b3fa283cd4fcb8c289a8d6c1b1cadb76b209 /gn/packages/bioinformatics.scm | |
parent | bab046a321595f667718162b0bb3c32f8ea0c433 (diff) | |
download | guix-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/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 3 |
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. |