gnu: bowtie1: Add missing Python input.
authorRicardo Wurmus <rekado@elephly.net>
Tue, 18 Aug 2020 10:38:38 +0000 (12:38 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 18 Aug 2020 10:38:38 +0000 (12:38 +0200)
Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de>
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.

gnu/packages/bioinformatics.scm

index 4a984be..58d848d 100644 (file)
@@ -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")