gnu: pbtranscript-tofu: Add missing inputs.

* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[inputs]: Add missing
  runtime inputs.
This commit is contained in:
Ricardo Wurmus 2015-03-31 13:46:27 +02:00
parent 49261e45d8
commit c5372108f2
1 changed files with 2 additions and 0 deletions

View File

@ -767,6 +767,8 @@ files and writing bioinformatics applications.")
`(("python-cython" ,python2-cython) `(("python-cython" ,python2-cython)
("python-numpy" ,python2-numpy) ("python-numpy" ,python2-numpy)
("python-bx-python" ,python2-bx-python) ("python-bx-python" ,python2-bx-python)
("python-networkx" ,python2-networkx)
("python-scipy" ,python2-scipy)
("python-pbcore" ,python2-pbcore))) ("python-pbcore" ,python2-pbcore)))
(native-inputs (native-inputs
`(("python-nose" ,python2-nose) `(("python-nose" ,python2-nose)