GNU bug report logs - #73230
[PATCH] gnu: Add r-scdesign2.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Fri, 13 Sep 2024 14:13:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73230: closed ([PATCH] gnu: Add r-scdesign2.)
Date: Fri, 01 Nov 2024 11:26:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Nov 2024 12:25:17 +0100
with message-id <871pzvkxgi.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-scdesign2.
has caused the debbugs.gnu.org bug report #73230,
regarding [PATCH] gnu: Add r-scdesign2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73230: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73230
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-scdesign2.
Date: Fri, 13 Sep 2024 14:09:32 +0000
* gnu/packages/bioinformatics.scm (r-scdesign2): New variable.

Change-Id: I25599df1cb8493bc2d9cc1839b5232aee03bf848
---
 gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4653360792..8b722f7bf2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1184,6 +1184,33 @@ (define-public r-rhtslib12
 developers of other R packages who wish to make use of HTSlib.")
       (license license:lgpl2.0+))))
 
+(define-public r-scdesign2
+  (let ((commit "554f2c4b1a7ee6cc04969a287df9b3b77d7bb2fe")
+        (revision "1"))
+    (package
+      (name "r-scdesign2")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/JSB-UCLA/scDesign2")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "09zkz6qdcx54092ab6761ja3pclax9xzana8dk8qvxrdbjshb8p7"))))
+      (properties `((upstream-name . "scDesign2")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-mass r-pscl))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/JSB-UCLA/scDesign2")
+      (synopsis "Statistical simulator for scRNA-seq with gene correlation")
+      (description
+       "This package offers a flexible statistical simulator for scRNA-seq data.
+It can generate data that captures gene correlation.  Additionally, it allows
+for varying the number of cells and sequencing depth.")
+      (license license:expat))))
+
 (define-public r-scenic
   (let ((commit "cedf8490a634da550cea2c831544e5f7f14467d2")
         (revision "1"))

base-commit: 98bc13b9ea5f22a60de6c289d59072638001e08e
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 73230-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-scdesign2.
Date: Fri, 01 Nov 2024 12:25:17 +0100
Applied, thanks!

-- 
Ricardo


This bug report was last modified 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.