all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52123] [PATCH] gnu: Add r-derfinderhelper.
@ 2021-11-26 12:41 zimoun
  2021-11-26 12:53 ` bug#52123: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2021-11-26 12:41 UTC (permalink / raw)
  To: 52123; +Cc: zimoun

* gnu/packages/bioconductor.scm (r-derfinderhelper): New variable.
---
 gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a66cc22fff..3dc8c61c4e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1610,6 +1610,33 @@ (define-public r-delayedarray
 @code{Matrix} objects, and ordinary arrays and data frames.")
     (license license:artistic2.0)))
 
+(define-public r-derfinderhelper
+  (package
+    (name "r-derfinderhelper")
+    (version "1.28.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (bioconductor-uri "derfinderHelper" version))
+       (sha256
+        (base32 "06x0wy2wzpngak1pnrj2p0xzlx1nbcz0hs3p9q5ic6ib2rgwrh35"))))
+    (properties `((upstream-name . "derfinderHelper")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-iranges" ,r-iranges)
+       ("r-matrix" ,r-matrix)
+       ("r-s4vectors" ,r-s4vectors)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
+    (home-page "https://github.com/leekgroup/derfinderHelper")
+    (synopsis "Helper for derfinder")
+    (description
+     "This package speeds up the derfinder package when using multiple cores.
+It is particularly useful when using BiocParallel and it helps reduce the time
+spent loading the full derfinder package when running the F-statistics
+calculation in parallel.")
+    (license license:artistic2.0)))
+
 (define-public r-bluster
   (package
    (name "r-bluster")
-- 
2.33.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52123: [PATCH] gnu: Add r-derfinderhelper.
  2021-11-26 12:41 [bug#52123] [PATCH] gnu: Add r-derfinderhelper zimoun
@ 2021-11-26 12:53 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-11-26 12:53 UTC (permalink / raw)
  To: zimoun; +Cc: 52123-done

Hi!

zimoun <zimon.toutoune@gmail.com> skribis:

> * gnu/packages/bioconductor.scm (r-derfinderhelper): New variable.

Thanks for this wonderful package, pushed!

  https://git.savannah.gnu.org/cgit/guix.git/commit/?id=128fd2ab594b25974a67fc7217107b8b83efda4d

Ludo’.

PS: Bonjour aux participant·es du Café Guix.  :-)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-26 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 12:41 [bug#52123] [PATCH] gnu: Add r-derfinderhelper zimoun
2021-11-26 12:53 ` bug#52123: " Ludovic Courtès

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.