GNU bug report logs -
#65500
[PATCH 2/2] gnu: Add r-mousegastrulationdata.
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 65500 in the body.
You can then email your comments to 65500 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#65500
; Package
guix-patches
.
(Thu, 24 Aug 2023 13:30: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
.
(Thu, 24 Aug 2023 13:30:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-mousegastrulationdata): New variable.
---
gnu/packages/bioconductor.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 6204173277..f3671e5cca 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8009,6 +8009,37 @@ (define-public r-motifrg
throughput genetic sequencing data sets using regression methods.")
(license license:artistic2.0)))
+(define-public r-mousegastrulationdata
+ (package
+ (name "r-mousegastrulationdata")
+ (version "1.14.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MouseGastrulationData" version
+ 'experiment))
+ (sha256
+ (base32
+ "155kci5isq7mlbvv8mdl2jjpafm3pbv1likhls70aa746spr1h17"))))
+ (properties `((upstream-name . "MouseGastrulationData")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-biocgenerics
+ r-bumpymatrix
+ r-experimenthub
+ r-s4vectors
+ r-singlecellexperiment
+ r-spatialexperiment
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/MarioniLab/MouseGastrulationData")
+ (synopsis
+ "Single-Cell omics data across mouse gastrulation and early organogenesis")
+ (description
+ "This package provides processed and raw count data for single-cell RNA sequencing.
+in addition, this package offers single-cell ATAC-seq, and @code{seqFISH}
+(spatial transcriptomic) experiments performed along a timecourse of mouse
+gastrulation and early organogenesis.")
+ (license license:gpl3)))
+
(define-public r-muscat
(package
(name "r-muscat")
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 28 Aug 2023 08:22:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 28 Aug 2023 08:22:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 65500-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes:
- location in the file, next to other experiment packages
- formatting of the description.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Sep 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.