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

View file

@ -767,6 +767,8 @@ (define-public pbtranscript-tofu
`(("python-cython" ,python2-cython)
("python-numpy" ,python2-numpy)
("python-bx-python" ,python2-bx-python)
("python-networkx" ,python2-networkx)
("python-scipy" ,python2-scipy)
("python-pbcore" ,python2-pbcore)))
(native-inputs
`(("python-nose" ,python2-nose)