gnu: ribodiff: Fix test failure.
* gnu/packages/bioinformatics.scm (ribodiff)[native-inputs]: Add PYTHON2-MOCK and PYTHON2-NOSE.
This commit is contained in:
parent
e9eafae289
commit
2bb12f5a68
|
@ -499,6 +499,9 @@ provides the Ribotaper pipeline.")
|
|||
("python-matplotlib" ,python2-matplotlib)
|
||||
("python-scipy" ,python2-scipy)
|
||||
("python-statsmodels" ,python2-statsmodels)))
|
||||
(native-inputs
|
||||
`(("python-mock" ,python2-mock)
|
||||
("python-nose" ,python2-nose)))
|
||||
(home-page "http://public.bmi.inf.ethz.ch/user/zhongy/RiboDiff/")
|
||||
(synopsis "Detect translation efficiency changes from ribosome footprints")
|
||||
(description "RiboDiff is a statistical tool that detects the protein
|
||||
|
|
Loading…
Reference in New Issue