all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 2/2] gnu: multiqc: Update to 0.8.
@ 2016-12-18 21:36 Ra
  0 siblings, 0 replies; 4+ messages in thread
From: Ra @ 2016-12-18 21:36 UTC (permalink / raw)
  To: guix-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 927 bytes --]

[PATCH] gnu: multiqc: Update to 0.8.
is [PATCH 1/2] for this message, sorry for the mistake.
Running multiqc without [PATCH 2/2] systems say that matplotlib requires
nose>=0.11.1, so I added it to the propagated inputs.

---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm
b/gnu/packages/bioinformatics.scm
index 43bf701..1167df5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7863,7 +7863,8 @@ replacement for strverscmp.")
        ("python-pyyaml" ,python-pyyaml)
        ("python-click" ,python-click)
        ("python-matplotlib" ,python-matplotlib)
-       ("python-numpy" ,python-numpy)))
+       ("python-numpy" ,python-numpy)
+       ("python-nose" ,python-nose )))
     (home-page "http://multiqc.info")
     (synopsis "Aggregate bioinformatics analysis reports")
     (description
--
1.9.1

[-- Attachment #2: Type: text/html, Size: 1412 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread
[parent not found: <9924251a-d60c-6fd0-66fe-91a313ac016a@uq.edu.au>]

end of thread, other threads:[~2016-12-30  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-18 21:36 [PATCH 2/2] gnu: multiqc: Update to 0.8 Ra
     [not found] <9924251a-d60c-6fd0-66fe-91a313ac016a@uq.edu.au>
2016-12-23 13:30 ` Fwd: " Ben Woodcroft
2016-12-26 10:45   ` Ra
2016-12-26 12:18     ` Ben Woodcroft
2016-12-28 13:13       ` Ra
2016-12-30  7:37         ` Ben Woodcroft

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.