gnu: bowtie1: Add missing Python input.
Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de> * gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
This commit is contained in:
parent
51c2fef1e2
commit
346ea4b5fc
1 changed files with 2 additions and 1 deletions
|
|
@ -1646,7 +1646,8 @@ gapped, local, and paired-end alignment modes.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("tbb" ,tbb)
|
`(("python-wrapper" ,python-wrapper)
|
||||||
|
("tbb" ,tbb)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "http://bowtie-bio.sourceforge.net/index.shtml")
|
(home-page "http://bowtie-bio.sourceforge.net/index.shtml")
|
||||||
|
|
|
||||||
Reference in a new issue