GNU bug report logs - #73497
[PATCH] gnu: Add r-cellchat-v2.

Previous Next

Package: guix-patches;

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

Date: Thu, 26 Sep 2024 10:41:02 UTC

Severity: normal

Tags: patch

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 73497 in the body.
You can then email your comments to 73497 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#73497; Package guix-patches. (Thu, 26 Sep 2024 10:41:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 26 Sep 2024 10:41:02 GMT) Full text and rfc822 format available.

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

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-cellchat-v2.
Date: Thu, 26 Sep 2024 10:37:18 +0000
* gnu/packages/bioinformatics.scm (r-cellchat-v2): New variable.

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ad7baad590..91cf6a0e2b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14315,6 +14315,72 @@ (define-public r-cellchat
 communication networks from scRNA-seq data.")
       (license license:gpl3))))
 
+(define-public r-cellchat-v2
+  (let ((commit "b05405af0f4f2cac99f2211e888d42de4c5a9d59")
+        (revision "1"))
+    (package
+      (name "r-cellchat-v2")
+      (version (git-version "2.1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jinworks/CellChat")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "14s7bl70xi21ivqr1c3qx6kjf1ndlyxag880xldqkfsqpksvyvkc"))
+         (snippet '(for-each delete-file
+                             '("src/CellChat.so" "src/CellChat_Rcpp.o"
+                               "src/RcppExports.o")))))
+      (properties `((upstream-name . "CellChat")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-biocgenerics
+                               r-biocneighbors
+                               r-bslib
+                               r-circlize
+                               r-colorspace
+                               r-complexheatmap
+                               r-cowplot
+                               r-dplyr
+                               r-fnn
+                               r-future
+                               r-future-apply
+                               r-ggalluvial
+                               r-ggnetwork
+                               r-ggplot2
+                               r-ggpubr
+                               r-ggrepel
+                               r-igraph
+                               r-irlba
+                               r-magrittr
+                               r-matrix
+                               r-nmf
+                               r-patchwork
+                               r-pbapply
+                               r-plotly
+                               r-plyr
+                               r-rcolorbrewer
+                               r-rcpp
+                               r-rcppeigen
+                               r-reshape2
+                               r-reticulate
+                               r-rspectra
+                               r-scales
+                               r-shape
+                               r-shiny
+                               r-sna
+                               r-stringr
+                               r-svglite))
+      (native-inputs (list r-knitr))
+      (home-page "https://github.com/jinworks/CellChat")
+      (synopsis
+       "Inference of cell-cell communication from single-cell and transcriptomics")
+      (description
+       "This R tool infers, visualizes, and analyzes cell-cell communication networks.
+It supports scRNA-seq and spatially resolved transcriptomics data.")
+      (license license:gpl3))))
+
 (define-public r-copykat
   (let ((commit                         ;no tag
          "256de33dfc1b80a1a0ac9e098c5557f95a4e0d53")

base-commit: f6715a4715eaed485300dffffa1b5e182ded3cea
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 01 Nov 2024 11:27:02 GMT) Full text and rfc822 format available.

Notification sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 01 Nov 2024 11:27:02 GMT) Full text and rfc822 format available.

Message #10 received at 73497-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 73497-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-cellchat-v2.
Date: Fri, 01 Nov 2024 12:26:08 +0100
I renamed this to just r-cellchat (same package name), and the variable
to "r-cellchat-2".

Thanks!

-- 
Ricardo




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

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.