summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-01-18 16:00:43 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-01-18 16:09:49 +0100
commit1778ea740e052a9a31151b2746d3bcce199ec3b4 (patch)
tree596f1596ced2a751d49a6bee2f2183d4c8b2223a /gnu
parent7c524e0f6b6759daace7bf37a7027f770a04296b (diff)
downloadguix-patches-1778ea740e052a9a31151b2746d3bcce199ec3b4.tar
guix-patches-1778ea740e052a9a31151b2746d3bcce199ec3b4.tar.gz
gnu: multiqc: Add python-nose to inputs.
* gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Add python-nose.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c60bedce43..0a77ccfdf9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8024,7 +8024,9 @@ replacement for strverscmp.")
("python-pyyaml" ,python-pyyaml)
("python-click" ,python-click)
("python-matplotlib" ,python-matplotlib)
- ("python-numpy" ,python-numpy)))
+ ("python-numpy" ,python-numpy)
+ ;; MultQC checks for the presence of nose at runtime.
+ ("python-nose" ,python-nose)))
(home-page "http://multiqc.info")
(synopsis "Aggregate bioinformatics analysis reports")
(description