GNU bug report logs -
#72727
[PATCH] gnu: Add r-spacexr.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72727 in the body.
You can then email your comments to 72727 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72727
; Package
guix-patches
.
(Tue, 20 Aug 2024 08:11:01 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
.
(Tue, 20 Aug 2024 08:11:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (r-spacexr): New variable.
Change-Id: Icf2a7dd9d637d14d835c7a428093ba8daf25e25a
---
gnu/packages/bioinformatics.scm | 45 +++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eae0a29b90..56188309a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22662,6 +22662,51 @@ (define-public r-catch
value of physical insulation between neighboring domains.")
(license license:gpl2+))))
+(define-public r-spacexr
+ (let ((commit "0a0861e3d1e16014a20e9b743d0e19d3b42231f3")
+ (revision "1"))
+ (package
+ (name "r-spacexr")
+ (version (git-version "2.2.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dmcable/spacexr")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0hqrllzq2hi6dsr8nykn1yp7s3rcbjrv3m624b61n4nxnzza458a"))))
+ (properties `((upstream-name . "spacexr")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-compquadform
+ r-data-table
+ r-doparallel
+ r-dplyr
+ r-fields
+ r-foreach
+ r-ggplot2
+ r-knitr
+ r-locfdr
+ r-matrix
+ r-metafor
+ r-mgcv
+ r-pals
+ r-quadprog
+ r-readr
+ r-reshape2
+ r-rfast
+ r-rmarkdown
+ r-tibble))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/dmcable/spacexr")
+ (synopsis
+ "Cell type identification and differential expression in spatial transcriptomics")
+ (description
+ "This package is used for cell type identification in spatial transcriptomics.
+It also handles cell type-specific differential expression.")
+ (license license:gpl3))))
+
(define-public r-spectre
(let ((commit "f6648ab3eb9499300d86502b5d60ec370ae9b61a")
(revision "1"))
base-commit: 58faaf4eaadafa09a97ab31103eb54bd2076a699
prerequisite-patch-id: dc2f4964edf0016b1e572e9f41129606c4fb3132
prerequisite-patch-id: 4ce0ef474ba0015be3d30c7eec8f094098beaec7
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 01 Nov 2024 11:25:03 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:25:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 72727-done <at> debbugs.gnu.org (full text, mbox):
Applied, 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:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.