guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bowtie1: Add missing Python input.


From: guix-commits
Subject: branch master updated: gnu: bowtie1: Add missing Python input.
Date: Tue, 18 Aug 2020 06:39:47 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 346ea4b  gnu: bowtie1: Add missing Python input.
346ea4b is described below

commit 346ea4b5fc53ce02b5b01cb630b84e920499ac5f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 18 12:38:38 2020 +0200

    gnu: bowtie1: Add missing Python input.
    
    Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de>
    
    * gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4a984be..58d848d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1646,7 +1646,8 @@ gapped, local, and paired-end alignment modes.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     `(("tbb" ,tbb)
+     `(("python-wrapper" ,python-wrapper)
+       ("tbb" ,tbb)
        ("zlib" ,zlib)))
     (supported-systems '("x86_64-linux"))
     (home-page "http://bowtie-bio.sourceforge.net/index.shtml";)



reply via email to

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