GNU bug report logs - #60955
[PATCH] gnu: Add r-scds.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 20 Jan 2023 08:29:02 UTC

Severity: normal

Tags: patch

Merged with 60958

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60955 in the body.
You can then email your comments to 60955 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60955; Package guix-patches. (Fri, 20 Jan 2023 08:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 20 Jan 2023 08:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add r-scds.
Date: Fri, 20 Jan 2023 09:28:06 +0100
* gnu/packages/bioconductor.scm (r-scds): New variable.
---
 gnu/packages/bioconductor.scm   | 28 ++++++++++++++++++++++++++++
 gnu/packages/bioinformatics.scm |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 53c7d048c9..0699813af3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2021 Hong Li <hli <at> mdc-berlin.de>
 ;;; Copyright © 2021 Tim Howes <timhowes <at> lavabit.com>
 ;;; Copyright © 2021 Nicolas Vallet <nls.vallet <at> gmail.com>
+;;; Copyright © 2023 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7266,6 +7267,33 @@ (define-public r-scannotatr
 cell types based on specific research needs.")
     (license license:expat)))
 
+(define-public r-scds
+  (package
+    (name "r-scds")
+    (version "1.14.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "scds" version))
+              (sha256
+               (base32
+                "0zdf9yf5s0l8ma7d8yhi7bjd964yj84f5h6aq2p0sypjlnc515hd"))))
+    (properties `((upstream-name . "scds")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-dplyr
+                             r-matrix
+                             r-proc
+                             r-s4vectors
+                             r-singlecellexperiment
+                             r-summarizedexperiment
+                             r-xgboost))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/scds")
+    (synopsis "In-silico doublet annotation for single cell RNA sequencing data")
+    (description
+     "This is an R package for doublet annotation of single cell RNA sequencing data.  
+@code{scds} provides methods to annotate doublets in scRNA-seq data computationally.")
+    (license license:expat)))
+
 (define-public r-scdblfinder
   (package
     (name "r-scdblfinder")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 152771a645..533f8a5f27 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23,7 +23,7 @@
 ;;; Copyright © 2021 Hong Li <hli <at> mdc-berlin.de>
 ;;; Copyright © 2021, 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
-;;; Copyright © 2022 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
+;;; Copyright © 2022,2023 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#60955; Package guix-patches. (Tue, 24 Jan 2023 18:39:02 GMT) Full text and rfc822 format available.

Message #8 received at 60955 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>, 60955 <at> debbugs.gnu.org,
 rekado <at> elephly.net
Subject: Re: [bug#60955] [PATCH] gnu: Add r-scds.
Date: Tue, 24 Jan 2023 19:37:51 +0100
Hi Ricardo,

On Fri, 20 Jan 2023 at 09:28, Navid Afkhami <navid.afkhami <at> mdc-berlin.de> wrote:
> * gnu/packages/bioconductor.scm (r-scds): New variable.
> ---
>  gnu/packages/bioconductor.scm   | 28 ++++++++++++++++++++++++++++
>  gnu/packages/bioinformatics.scm |  2 +-
>  2 files changed, 29 insertions(+), 1 deletion(-)

In case you have missed your colleague’s patch. :-)


Cheers,
simon






Forcibly Merged 60955 60958. Request was from Ricardo Wurmus <rekado <at> elephly.net> to control <at> debbugs.gnu.org. (Tue, 24 Jan 2023 21:34:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Feb 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 64 days ago.

Previous Next


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