diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 15:30:03 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-27 15:32:17 +0100 |
commit | 2bb12f5a68f6547b3de295c22c2886aaa0415e47 (patch) | |
tree | d073483054e4c2a3b73debfa908d871318a1e37b | |
parent | e9eafae289aa70a3e839902ddf48a40d3c97b05b (diff) | |
download | patches-2bb12f5a68f6547b3de295c22c2886aaa0415e47.tar patches-2bb12f5a68f6547b3de295c22c2886aaa0415e47.tar.gz |
gnu: ribodiff: Fix test failure.
* gnu/packages/bioinformatics.scm (ribodiff)[native-inputs]: Add PYTHON2-MOCK
and PYTHON2-NOSE.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index de6186de27..bdcb5a4010 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |