mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -499,6 +499,9 @@ (define-public ribodiff
|
|||
("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 a new issue