unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Hong.Li@mdc-berlin.de" <Hong.Li@mdc-berlin.de>
To: 58776@debbugs.gnu.org
Cc: "rekado@elephly.net" <rekado@elephly.net>,
	"Hong.Li@mdc-berlin.de" <Hong.Li@mdc-berlin.de>
Subject: [bug#58776] [PATCH] Add r-seuratwrappers
Date: Tue, 25 Oct 2022 13:42:36 +0000	[thread overview]
Message-ID: <99913d78ac894e09979cbfe945140a3e@mdc-berlin.de> (raw)


[-- 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


             reply	other threads:[~2022-10-25 13:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 13:42 Hong.Li [this message]
2022-10-27 13:09 ` bug#58776: [PATCH] Add r-seuratwrappers Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=99913d78ac894e09979cbfe945140a3e@mdc-berlin.de \
    --to=hong.li@mdc-berlin.de \
    --cc=58776@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).