guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: Add python-bcbio-gff/biopython-1.73.


From: guix-commits
Subject: 03/06: gnu: Add python-bcbio-gff/biopython-1.73.
Date: Tue, 24 Jan 2023 18:23:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9558da5bb484ae35e2a0da2390798cd2d1f23da0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 24 09:59:10 2023 +0100

    gnu: Add python-bcbio-gff/biopython-1.73.
    
    * gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): New 
variable.
---
 gnu/packages/bioinformatics.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1d473380b2..da65fcb92f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo 
Wurmus <rekado@elephly.net>
+;;; Copyright © 2014-2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2015, 2016, 2018, 2019, 2020 Pjotr Prins 
<pjotr.guix@thebird.nl>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
@@ -976,6 +976,13 @@ intended to behave exactly the same as the original BWK 
awk.")
 Format (GFF) with Biopython integration.")
     (license (license:non-copyleft "http://www.biopython.org/DIST/LICENSE";))))
 
+(define-public python-bcbio-gff/biopython-1.73
+  (package
+    (inherit python-bcbio-gff)
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs python-bcbio-gff)
+       (replace "python-biopython" python-biopython-1.73)))))
+
 (define-public python-cellbender
   (package
     (name "python-cellbender")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]