unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58776] [PATCH] Add r-seuratwrappers
@ 2022-10-25 13:42 Hong.Li
  2022-10-27 13:09 ` bug#58776: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Hong.Li @ 2022-10-25 13:42 UTC (permalink / raw)
  To: 58776; +Cc: rekado@elephly.net, Hong.Li@mdc-berlin.de


[-- Attachment #1.1: Type: text/plain, Size: 129 bytes --]



--
HPC Team / IT Dept.
Max Delbrück Center
Tel: +49-(0)30-9406-2612
Hong.Li@mdc-berlin.de<mailto:Hong.Li@mdc-berlin.de>

[-- Attachment #1.2: Type: text/html, Size: 1145 bytes --]

[-- Attachment #2: 0001-Add-r-seuratwrappers.patch --]
[-- Type: application/octet-stream, Size: 2269 bytes --]

From fff068048a103a3f4c841cf099c5eb537d13da09 Mon Sep 17 00:00:00 2001
From: "Li, Hong" <Hong.Li@mdc-berlin.de>
Date: Tue, 25 Oct 2022 15:33:37 +0200
Subject: [PATCH] Add r-seuratwrappers

---
 gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 34edbd3378..755d8af378 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30673,6 +30673,41 @@ (define-public r-seurat
 discovery of differentially expressed genes and markers.")
     (license license:gpl3)))
 
+(define-public r-seuratwrappers
+  (let ((commit "d28512f804d5fe05e6d68900ca9221020d52cf1d")
+        (revision "1"))
+    (package
+      (name "r-seuratwrappers")
+      (version (git-version "0.3.1" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/satijalab/seurat-wrappers")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0rm74y2fj3cmiqn7jz1ald8jbw53c2qxkj3mgl4pxih9vx39jhgy"))))
+      (properties `((upstream-name . "SeuratWrappers")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-biocmanager
+                               r-cowplot
+                               r-ggplot2
+                               r-igraph
+                               r-matrix
+                               r-remotes
+                               r-rlang
+                               r-rsvd
+                               r-seurat))
+      (home-page "https://github.com/satijalab/seurat-wrappers")
+      (synopsis
+       "Community-Provided Methods and Extensions for the Seurat Object")
+      (description
+       "SeuratWrappers is a collection of community-provided methods and extensions for
+Seurat, curated by the Satija Lab at NYGC.  These methods comprise functionality
+not presently found in Seurat, and are able to be updated much more frequently.")
+      (license license:gpl3)))
+
 (define-public r-seuratdisk
   (let ((commit "163f1aade5bac38ed1e9e9c912283a7e74781610")
         (revision "1"))
-- 
2.34.1


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

* bug#58776: [PATCH] Add r-seuratwrappers
  2022-10-25 13:42 [bug#58776] [PATCH] Add r-seuratwrappers Hong.Li
@ 2022-10-27 13:09 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-10-27 13:09 UTC (permalink / raw)
  To: Hong.Li@mdc-berlin.de; +Cc: 58776-done

I applied it, but it didn’t build.  I had to upgrade r-seurat and
r-seuratobject, and add r-r-utils to the inputs.

I also moved the package from cran.scm to bioinformatics.scm.

Thanks!

-- 
Ricardo




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

end of thread, other threads:[~2022-10-27 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 13:42 [bug#58776] [PATCH] Add r-seuratwrappers Hong.Li
2022-10-27 13:09 ` bug#58776: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).