GNU bug report logs -
#53349
[PATCH 0/9] Add 2 bioinformatics R packages
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Tue, 18 Jan 2022 17:53:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 53349 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (r-scseqcomm): New variable.
---
gnu/packages/bioinformatics.scm | 50 +++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b2bd7fbbc0..6e7974e2d7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7893,6 +7893,56 @@ (define-public r-misha
analyze genomic data resulting from various experiments.")
(license license:gpl2)))
+(define-public r-scseqcomm
+ (let ((commit "01076e703999f1a5aa76419d821b50aebe2b777a")
+ (revision "0"))
+ (package
+ (name "r-scseqcomm")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/sysbiobig/scseqcomm")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1fw5si47d6agnz5fibmp2b1sv08pbpwv1j71w57xbav9044i032q"))
+ ;; Delete bundled dependency.
+ (modules '((guix build utils)))
+ (snippet
+ '(delete-file-recursively "other_deps"))))
+ (build-system r-build-system)
+ (inputs
+ (list r-add2ggplot
+ r-chorddiag
+ r-doparallel
+ r-dplyr
+ r-foreach
+ ;;r-grid ;; listed in DESCRIPTION
+ r-gridextra
+ r-ggplot2
+ r-gtable
+ r-htmlwidgets
+ r-igraph
+ r-matrix
+ ;;r-methods ;; listed in DESCRIPTION
+ r-org-hs-eg-db
+ r-psych
+ r-rcolorbrewer
+ r-rlang
+ r-scico
+ r-tidygraph
+ r-topgo))
+ (native-inputs
+ (list r-knitr))
+ (home-page "https://gitlab.com/sysbiobig/scseqcomm")
+ (synopsis "Inter- and intra- cellular signaling from single cell RNA-seq")
+ (description "This package is tools for analysing intercellular and
+intracellular signaling from single cell RNA-seq (scRNA-seq) data.")
+ (license license:gpl3))))
+
(define-public r-shaman
(let ((commit "d6944e8ac7bd1dbd5c6cec646eafc1d19d0ca96f")
(release "2.0")
--
2.34.0
This bug report was last modified 3 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.